Skip to content

Commit

Permalink
fix Dockerfile: add public dir to build
Browse files Browse the repository at this point in the history
  • Loading branch information
linobino1 committed Mar 28, 2024
1 parent 98323a2 commit 9df662d
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 @@ -16,6 +16,7 @@ FROM base
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
COPY --from=build /app/build /app/build
COPY --from=build /app/public /app/public

EXPOSE 3000
CMD [ "pnpm", "start" ]

0 comments on commit 9df662d

Please sign in to comment.