Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Jun 23, 2024
2 parents f433e66 + 237cfad commit 04098d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ENV NEXT_PUBLIC_API_URL ${NEXT_PUBLIC_API_URL}
ARG JWT_PUBLIC_KEY
ENV JWT_PUBLIC_KEY ${JWT_PUBLIC_KEY}

ARG NEXT_PUBLIC_UPLOADS_URL
ENV NEXT_PUBLIC_UPLOADS_URL ${NEXT_PUBLIC_UPLOADS_URL}

RUN npm run build

CMD npm start

0 comments on commit 04098d7

Please sign in to comment.