Skip to content

Commit

Permalink
Merge pull request #6 from SV-Winter-BootCamp-Team-C/chore/#5
Browse files Browse the repository at this point in the history
chore: Dockerfile 세팅
  • Loading branch information
castlewook99 committed Jan 4, 2024
2 parents d5e0ba9 + eab589a commit 6fd7ec9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node
USER root

WORKDIR /frontend
COPY . ./
RUN npm install

EXPOSE 3000

CMD [ "npm", "run", "dev" ]

0 comments on commit 6fd7ec9

Please sign in to comment.