mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-02-25 16:05:22 +08:00
ci: fix dockerfile
This commit is contained in:
parent
d5fdbb4bc6
commit
cde4c3aa16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue