We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c072fd commit 7d92d1fCopy full SHA for 7d92d1f
Dockerfile
@@ -66,7 +66,7 @@ COPY root/ /
66
# set permissions and run setup script
67
RUN \
68
chmod -R +x /etc/service/ && \
69
- chmod +x /setup.sh; sync; && \
+ chmod +x /setup.sh; sync && \
70
/setup.sh && \
71
rm /setup.sh
72
0 commit comments