Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Jan 11, 2024
1 parent 495f5de commit 3e77a37
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ COPY . .

RUN yarn run build

FROM node:18.17.0-slim

WORKDIR /app

# build 폴더 복사 , 다른 phase 에서 가져옴
COPY --from=builder /app/build ./builder
RUN npm install -g serve

CMD ["serve", "-s", "build"]

0 comments on commit 3e77a37

Please sign in to comment.