Skip to content

Commit 410b58c

Browse files
author
Chris Park
committed
Minor change to Dockerfile to get rid of busy error
1 parent b6f4e17 commit 410b58c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ ENV API_KEY api_key
99
#set the working directory
1010
RUN mkdir /nodejs-dev
1111
WORKDIR /nodejs-dev
12-
COPY runAll.sh /nodejs-dev/runAll.sh
12+
COPY runAll.sh runAll.sh
13+
RUN chmod0755 runAll.sh
1314

14-
CMD chmod 0755 ./runAll.sh && ./runAll.sh $API_KEY $FILENAME $ALT_URL
15+
CMD ./runAll.sh $API_KEY $FILENAME $ALT_URL
1516

1617
VOLUME ["/source"]
1718

0 commit comments

Comments
 (0)