Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Feb 28, 2024
1 parent 51dfefd commit 3f7a880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ FROM node:18.12.0
# 경로 설정하기
WORKDIR /app

COPY package.json .
COPY manifests ./

RUN yarn install

COPY packs ./

COPY . .

ARG BASE_URL
Expand Down

0 comments on commit 3f7a880

Please sign in to comment.