Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Oct 4, 2024
1 parent b4acdb5 commit 6c92231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ COPY --from=builder /usr/src/app/dist ./dist
COPY --from=builder /usr/src/app/package.json ./package.json
COPY --from=builder /usr/src/app/yarn.lock ./.yarn.lock
COPY --from=builder /usr/src/app/server.js ./server.js

RUN yarn workspaces focus --production

EXPOSE 3000

CMD ["node","server.js"]
1 change: 1 addition & 0 deletions introduce
Submodule introduce added at 533b27

0 comments on commit 6c92231

Please sign in to comment.