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 committed Sep 5, 2024
1 parent 5f58d10 commit 50a44a9
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 50a44a9

Please sign in to comment.