yarn timeout

This commit is contained in:
Domingo Dirutigliano
2023-06-04 23:16:52 +02:00
parent 201bafde51
commit 48851d2829

View File

@@ -3,9 +3,9 @@ RUN mkdir /app
WORKDIR /app
ADD ./frontend/package.json .
ADD ./frontend/yarn.lock .
RUN yarn install
RUN yarn install --network-timeout 300000
COPY ./frontend/ .
RUN yarn build
RUN yarn build --production=true
#Building main conteiner