Skip to content

Commit

Permalink
perf: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Sep 5, 2024
1 parent b64c1df commit 4943000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ COPY ./projects/app/data /app/data

RUN chown -R nextjs:nodejs /app/data

ENV NODE_ENV production
ENV NEXT_TELEMETRY_DISABLED 1
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
ENV PORT=3000

EXPOSE 3000
Expand Down

0 comments on commit 4943000

Please sign in to comment.