Skip to content

Commit

Permalink
🐛 fix: apk no-cache 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms authored Nov 25, 2023
1 parent 9461c39 commit a047dae
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 @@ -13,7 +13,7 @@ RUN yarn build
FROM node:18-alpine
WORKDIR /usr/app

RUN apk add tzdata && ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
RUN apk --no-cache add tzdata && ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime

COPY --from=build /usr/app/node_modules ./node_modules
COPY --from=build /usr/app/dist ./dist
Expand Down

0 comments on commit a047dae

Please sign in to comment.