Skip to content

Commit

Permalink
changed Dockerfile to overwrite and existing .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
lstillwe committed Jul 11, 2023
1 parent b3e4cdc commit 12d3d84
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 @@ -14,7 +14,7 @@ RUN yarn install

# get the build argument that has the version
ARG APP_VERSION=$(APP_VERSION)
RUN echo "APP_VERSION=${APP_VERSION}" >> ".env"
RUN echo "APP_VERSION=${APP_VERSION}" > ".env"

RUN yarn gulp release

Expand Down

0 comments on commit 12d3d84

Please sign in to comment.