diff --git a/Dockerfile b/Dockerfile index 7c051f3b7..688629a29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN yarn --version && \ yarn config delete proxy && \ yarn config delete https-proxy && \ yarn config list && \ + yarn config set registry ' http://registry.npmjs.org' && \ yarn install --frozen-lockfile COPY frontend/ ./ RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist