Skip to content

Commit 48851d2

Browse files
author
Domingo Dirutigliano
committed
yarn timeout
1 parent 201bafd commit 48851d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ RUN mkdir /app
33
WORKDIR /app
44
ADD ./frontend/package.json .
55
ADD ./frontend/yarn.lock .
6-
RUN yarn install
6+
RUN yarn install --network-timeout 300000
77
COPY ./frontend/ .
8-
RUN yarn build
8+
RUN yarn build --production=true
99

1010

1111
#Building main conteiner

0 commit comments

Comments
 (0)