updated changes from main branch

This commit is contained in:
Domingo Dirutigliano
2023-06-05 09:22:11 +02:00
parent 0430cb3773
commit 2e65d803a2
4 changed files with 6 additions and 6 deletions

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