Skip to content

Commit

Permalink
feat: server dockerfile 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kumsil1006 authored Nov 22, 2022
1 parent 6b6b025 commit 64b9931
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:18-alpine
WORKDIR /server
COPY package.json yarn.lock ./
RUN yarn install --immutable --immutable-cache --check-cache
RUN yarn dev

0 comments on commit 64b9931

Please sign in to comment.