Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Move ECHO_MESSAGE declaration to the "Prepare to run" section
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k authored and mcdonnnj committed Nov 21, 2022
1 parent 717334c commit 2a72bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ARG CISA_UID=${CISA_GID}
ENV CISA_USER="cisa"
ENV CISA_GROUP=${CISA_USER}
ENV CISA_HOME="/home/cisa"
ENV ECHO_MESSAGE="Hello World from Dockerfile"

###
# Unprivileged user setup dependencies
Expand Down Expand Up @@ -92,6 +91,7 @@ RUN wget --output-document sourcecode.tgz \
###
# Prepare to run
###
ENV ECHO_MESSAGE="Hello World from Dockerfile"
USER cisa
EXPOSE 8080/TCP
VOLUME ["/var/log"]
Expand Down

0 comments on commit 2a72bf6

Please # to comment.