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 b6f4e17 commit 410b58cCopy full SHA for 410b58c
examples/Dockerfile
@@ -9,9 +9,10 @@ ENV API_KEY api_key
9
#set the working directory
10
RUN mkdir /nodejs-dev
11
WORKDIR /nodejs-dev
12
-COPY runAll.sh /nodejs-dev/runAll.sh
+COPY runAll.sh runAll.sh
13
+RUN chmod0755 runAll.sh
14
-CMD chmod 0755 ./runAll.sh && ./runAll.sh $API_KEY $FILENAME $ALT_URL
15
+CMD ./runAll.sh $API_KEY $FILENAME $ALT_URL
16
17
VOLUME ["/source"]
18
0 commit comments