ci: fix dockerfile

This commit is contained in:
dec0dOS 2021-12-16 16:10:08 +03:00
parent 07e1bd2001
commit acdf267b07

View file

@ -3,8 +3,6 @@ FROM node:lts-alpine as build-stage
ENV INLINE_RUNTIME_CHUNK=false
ENV GENERATE_SOURCEMAP=false
RUN yarn set version 3.x
WORKDIR /app/frontend
COPY ./frontend/package*.json /app/frontend
RUN yarn install