Skip to content

Commit

Permalink
hmm...
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Nov 9, 2024
1 parent b419ee2 commit c70d81b
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 --immutable && yarn build
RUN yarn install && yarn build

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

0 comments on commit c70d81b

Please sign in to comment.