Skip to content

Commit

Permalink
🚀 feat: 도커나이징 작업
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Nov 21, 2023
1 parent bf75730 commit 4ae9767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:16
FROM node:18

WORKDIR /usr/src/app

COPY . .

RUN yarn build

EXPOSE 3333
EXPOSE 3000
CMD [ "yarn", "start" ]
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
],

// The target property: https://go.nuxtjs.dev/config-target
target: 'static',
target: 'server',

// Modules: https://go.nuxtjs.dev/config-modules
modules: [
Expand Down

0 comments on commit 4ae9767

Please sign in to comment.