Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Nov 9, 2024
1 parent 2d4b6ff commit b419ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY package.json ./

# 의존성 설치
COPY . .
RUN yarn install --force && yarn build
RUN yarn install --immutable && yarn build

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

0 comments on commit b419ee2

Please sign in to comment.