mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-14 02:27:35 -07:00
chore: small changes dockerfile
This commit is contained in:
parent
306112de5d
commit
26cb077a70
2 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
|
|||
ENV GENERATE_SOURCEMAP=false
|
||||
|
||||
WORKDIR /app/
|
||||
COPY --link package.json yarn.lock* .yarnrc.yml ./
|
||||
COPY --link tsconfig.json package.json yarn.lock* .yarnrc.yml ./
|
||||
COPY --link .yarn/ ./.yarn
|
||||
WORKDIR /app/frontend
|
||||
COPY --link ./frontend/package.json /app/frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue