mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
ci: fix dockerfile
This commit is contained in:
parent
07e1bd2001
commit
acdf267b07
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue