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 4b995f0 commit 994ab2bCopy full SHA for 994ab2b
docker_files/Dockerfile
@@ -2,7 +2,7 @@
2
FROM ubuntu:20.04
3
ARG GH_GIST_ACCESS_TOKEN
4
ENV GH_GIST_ACCESS_TOKEN=$GH_GIST_ACCESS_TOKEN
5
-RUN ECHO $GH_GIST_ACCESS_TOKEN
+RUN echo $GH_GIST_ACCESS_TOKEN
6
COPY ./docker_files/testenv.sh /testenv.sh
7
RUN /testenv.sh
8
RUN apt-get update && \
0 commit comments