trying to fix timeout.
This commit is contained in:
parent
2889904668
commit
6d5d009173
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue