Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Oct 23, 2024
1 parent 02ed3f4 commit 4349247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FROM node:slim
LABEL Maintainer Michael Shihjay Chen <[email protected]>
WORKDIR /usr/src/app
ENV NODE_ENV production
ENV NEXT_PRIVATE_STANDALONE true
COPY --from=builder /usr/src/app/.next/standalone ./
COPY --from=builder /usr/src/app/.next/static ./.next/static
RUN mkdir -p /usr/src/app/trustees
Expand Down

0 comments on commit 4349247

Please sign in to comment.