Skip to content

Commit 9e89638

Browse files
committed
fix whitespace
1 parent f16237c commit 9e89638

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
@@ -100,7 +100,7 @@ RUN yarn config set strict-ssl false && \
100100

101101
# copy root folder and make run scripts executable
102102
COPY ./root/ /root/
103-
RUN find /root -name "*.sh" -exec chmod -v +x {} \;
103+
RUN find /root -name "*.sh" -exec chmod -v +x {} \;
104104

105105
# run the application
106106
ENTRYPOINT ["/root/entrypoint.sh"]

0 commit comments

Comments
 (0)