Skip to content

Commit 6c072fd

Browse files
committed
add sync to avoid "Text file busy"
1 parent 25c3f1f commit 6c072fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ COPY root/ /
6666
# set permissions and run setup script
6767
RUN \
6868
chmod -R +x /etc/service/ && \
69-
chmod +x /setup.sh && \
69+
chmod +x /setup.sh; sync; && \
7070
/setup.sh && \
7171
rm /setup.sh
7272

0 commit comments

Comments
 (0)