diff --git a/Dockerfile b/Dockerfile index d2f8e295..6a25914c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ COPY frontend/package.json frontend/yarn.lock ./ RUN yarn --version && \ yarn config delete proxy && \ yarn config delete https-proxy && \ - yarn config list && \ yarn config set registry 'http://registry.npmjs.org' && \ + yarn config list && \ yarn install --frozen-lockfile COPY frontend/ ./ RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist