mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 21:41:41 -07: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
|
WORKDIR /app/frontend
|
||||||
COPY ./frontend/package*.json /app/frontend
|
COPY ./frontend/package*.json /app/frontend
|
||||||
RUN yarn install
|
RUN yarn install --network-timeout 1000000
|
||||||
|
|
||||||
COPY ./frontend /app/frontend
|
COPY ./frontend /app/frontend
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue