diff --git a/Dockerfile b/Dockerfile index ce05045..e47bc84 100755 --- a/Dockerfile +++ b/Dockerfile @@ -7,15 +7,6 @@ RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirror.de.velop.ir/a # Configure npm registry mirror ENV NPM_CONFIG_REGISTRY=https://registry.npmmirror.com -# Install tzdata and set timezone -RUN apk add --no-cache tzdata \ - && cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime \ - && echo "Asia/Tehran" > /etc/timezone \ - && apk del tzdata - -ENV TZ=Asia/Tehran - - FROM base AS deps WORKDIR /temp-deps COPY package*.json package-lock.json ./