Skip to content

Commit

Permalink
chore: add ENVIRONMENT env variable from arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas authored and henrikhorluck committed Sep 5, 2024
1 parent 9dd30c0 commit 46f3ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

FROM node:20-alpine AS js-static

ARG ENVIRONMENT
ENV ENVIRONMENT=$ENVIRONMENT
ENV APP_DIR=/srv/app
ENV NODE_ENV=production

Expand Down

0 comments on commit 46f3ed6

Please sign in to comment.