Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed May 10, 2024
1 parent 00f480e commit 0dffcc9
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 @@ -16,7 +16,7 @@ RUN pnpm prune --production
FROM base
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/build /app/build
COPY openapi.json /app/openapi.json

EXPOSE 3000
ENV NODE_ENV=production
ENV PORT 3000
Expand Down

0 comments on commit 0dffcc9

Please sign in to comment.