Skip to content

Commit

Permalink
Update Dockerfile. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
brysonjbest authored Nov 27, 2024
1 parent 6e10cb1 commit 3e2146f
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 @@ -6,6 +6,8 @@ ARG NEXT_PUBLIC_SERVER_URL
ENV NEXT_PUBLIC_SERVER_URL=${NEXT_PUBLIC_SERVER_URL}
ARG NEXT_PUBLIC_IN_PRODUCTION
ENV NEXT_PUBLIC_IN_PRODUCTION=${NEXT_PUBLIC_IN_PRODUCTION}
ARG NEXT_PUBLIC_KLAMM_URL
ENV NEXT_PUBLIC_KLAMM_URL=$NEXT_PUBLIC_KLAMM_URL

# Create a non-root user and group named 'node'
USER root
Expand Down

0 comments on commit 3e2146f

Please sign in to comment.