mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 13:31: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 INLINE_RUNTIME_CHUNK=false
|
||||||
ENV GENERATE_SOURCEMAP=false
|
ENV GENERATE_SOURCEMAP=false
|
||||||
|
|
||||||
RUN yarn set version 3.x
|
|
||||||
|
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
COPY ./frontend/package*.json /app/frontend
|
COPY ./frontend/package*.json /app/frontend
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue