Skip to content

Commit afbbd54

Browse files
fix: add sleep 5 to Dockerfile
ensure that `nfs-common` daemons have been started properly
1 parent ed9596a commit afbbd54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if [ "$1" = "true" ]; then
3636
shift 1
3737
service rpcbind start
3838
service nfs-common start
39+
sleep 5
3940
fi
4041

4142
/nfsplugin $@

0 commit comments

Comments
 (0)