There was an error while loading. Please reload this page.
1 parent fcf8e3c commit 7173803Copy full SHA for 7173803
2 files changed
blue.Dockerfile
@@ -12,8 +12,8 @@ COPY ./ ./
12
FROM node:18-alpine
13
14
# Install tzdata package
15
-RUN apk add --no-cache tzdata
16
-
+#RUN apk add --no-cache tzdata
+RUN apk add --no-cache tzdata libc6-compat
17
ENV TZ=Asia/Seoul
18
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
19
WORKDIR /app
green.Dockerfile
@@ -11,7 +11,8 @@ COPY ./ ./
11
# Production stage (Stage 2)
+# RUN apk add --no-cache tzdata
0 commit comments