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 0c290f2 commit 4cf2347Copy full SHA for 4cf2347
examples/Dockerfile
@@ -10,7 +10,7 @@ ENV API_KEY api_key
10
RUN mkdir /nodejs-dev
11
WORKDIR /nodejs-dev
12
COPY runAll.sh runAll.sh
13
-RUN chmod0755 runAll.sh
+RUN chmod 0755 runAll.sh
14
15
CMD ./runAll.sh $API_KEY $FILENAME $ALT_URL
16
0 commit comments