Skip to content

Commit a1ac4a2

Browse files
committed
move modules
1 parent dbf93d4 commit a1ac4a2

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +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 "run-*.sh" -exec chmod -v +x {} \;
104-
RUN chmod +x /root/entrypoint.sh
105-
106-
# copy startup modules folder and make scripts executalbe
107-
108-
COPY ./modules/ /root/modules/
109-
RUN find /root/modules/ -name "*.sh" -exec chmod -v +x {} \;
103+
RUN find /root -name "*.sh" -exec chmod -v +x {} \;
110104

111105
# run the application
112106
ENTRYPOINT ["/root/entrypoint.sh"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)