diff --git a/Dockerfile b/Dockerfile index 9370382..d4406d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,8 @@ -FROM node:20-bullseye AS base +FROM node:20-alpine AS base + +RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirror.de.velop.ir/alpine|g' /etc/apk/repositories + +ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com RUN apk add --no-cache tzdata