Skip to content

Commit

Permalink
[#474] Improve dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 6, 2025
1 parent a97d923 commit 932ab19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,10 @@ ARG COMMIT_HASH
ARG RELEASE
ARG TEST_MAYK

ENV COMMIT_HASH='1234'
ENV RELEASE='1112222'

ENV TEST_MAYK='daniel'

RUN echo "----- ENV VARIABLES -----" \
&& echo "COMMIT_HASH: $COMMIT_HASH" \
&& echo "RELEASE: $RELEASE" \
&& echo "TEST_MAYK: $TEST_MAYK" \
&& echo "----- END -----"

ENV VAR1=value1
Expand Down

0 comments on commit 932ab19

Please sign in to comment.