Skip to content

Commit

Permalink
πŸ“‘ :: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjiwoo0522 authored Mar 27, 2022
1 parent ecd9c39 commit 788323b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM node:15.8.0-alpine3.10
WORKDIR /home/node/app
COPY . .
RUN npm install
RUN npm run build
CMD ["npm", "run", "start:prod"]

0 comments on commit 788323b

Please sign in to comment.