Skip to content

Commit

Permalink
docker change
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Nov 9, 2024
1 parent ce509a0 commit 2d4b6ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ COPY .pnp.cjs ./
COPY package.json ./

# 의존성 설치
RUN yarn install

# 소스 코드 복사 및 애플리케이션 빌드
COPY . .
RUN yarn build
RUN yarn install --force && yarn build

# 실행 단계
FROM nginx:alpine AS runner
Expand Down

0 comments on commit 2d4b6ff

Please sign in to comment.