ci: fix dockerfile

This commit is contained in:
dec0dOS 2021-12-16 16:30:37 +03:00
parent d5fdbb4bc6
commit cde4c3aa16

View file

@ -5,7 +5,7 @@ ENV GENERATE_SOURCEMAP=false
WORKDIR /app/frontend
COPY ./frontend/package*.json /app/frontend
RUN yarn install
RUN yarn install --network-timeout 1000000
COPY ./frontend /app/frontend
RUN yarn build