remove tzeddata from docker
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled
This commit is contained in:
+3
-3
@@ -8,9 +8,9 @@ ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com
|
|||||||
RUN npm config set registry https://mirror-npm.runflare.com
|
RUN npm config set registry https://mirror-npm.runflare.com
|
||||||
|
|
||||||
# Install tzdata to support timezone settings
|
# Install tzdata to support timezone settings
|
||||||
RUN apk add --no-cache tzdata && \
|
# RUN apk add --no-cache tzdata && \
|
||||||
cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && \
|
# cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && \
|
||||||
echo "Asia/Tehran" > /etc/timezone
|
# echo "Asia/Tehran" > /etc/timezone
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user