Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 8, 2024
1 parent aae147f commit 3f88040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN yarn build
RUN yarn workspaces focus --production && yarn cache clean

FROM node AS server
COPY --from=build . .
COPY --from=build /app /app

ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
Expand Down

0 comments on commit 3f88040

Please sign in to comment.