diff --git a/Dockerfile b/Dockerfile index d243675..cd4647d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ RUN ALPINE_VERSION=$(cat /etc/alpine-release | cut -d'.' -f1-2) && \ echo "https://linux-mirror.liara.ir/repository/alpine/v${ALPINE_VERSION}/community" >> /etc/apk/repositories ENV NPM_CONFIG_REGISTRY=https://package-mirror.liara.ir/repository/npm/ -ENV NODE_OPTIONS=--openssl-legacy-provider # RUN apk add --no-cache tzdata