Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
PleBea committed Dec 20, 2024
1 parent 52fdf11 commit 99625ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM node:20-alpine AS builder
FROM node:20 AS builder

LABEL maintainer="https://suk.kr"

Expand All @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn ins
RUN yarn run build

# Production stage
FROM node:20-alpine
FROM node:20

ENV TZ=Asia/Seoul

Expand Down

0 comments on commit 99625ae

Please sign in to comment.