mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-10 09:13:36 +08:00
chore: small changes dockerfile
This commit is contained in:
parent
306112de5d
commit
26cb077a70
2 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
||||||
*Dockerfile*
|
*Dockerfile*
|
||||||
*docker-compose*
|
*docker-compose*
|
||||||
node_modules
|
node_modules
|
||||||
jsconfig.json
|
|
||||||
tsconfig.json
|
|
||||||
.eslintrc.json
|
.eslintrc.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
tmp
|
tmp
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine as frontend-build
|
||||||
ENV GENERATE_SOURCEMAP=false
|
ENV GENERATE_SOURCEMAP=false
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
COPY --link package.json yarn.lock* .yarnrc.yml ./
|
COPY --link tsconfig.json package.json yarn.lock* .yarnrc.yml ./
|
||||||
COPY --link .yarn/ ./.yarn
|
COPY --link .yarn/ ./.yarn
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
COPY --link ./frontend/package.json /app/frontend
|
COPY --link ./frontend/package.json /app/frontend
|
||||||
|
|
Loading…
Reference in a new issue