mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-19 21:03:56 -07:00
ci: small changes
This commit is contained in:
parent
f6a90c3483
commit
306112de5d
3 changed files with 2 additions and 23 deletions
|
@ -2,14 +2,13 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
|
|||
|
||||
ENV GENERATE_SOURCEMAP=false
|
||||
|
||||
WORKDIR /app/frontend
|
||||
WORKDIR /app/
|
||||
COPY --link package.json yarn.lock* .yarnrc.yml ./
|
||||
COPY --link .yarn/ ./.yarn
|
||||
WORKDIR /app/frontend
|
||||
COPY --link ./frontend/package.json /app/frontend
|
||||
RUN yarn workspaces focus frontend
|
||||
COPY --link ./frontend /app/frontend
|
||||
WORKDIR /app/frontend
|
||||
RUN yarn build
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue