mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
update Dockerfile
This commit is contained in:
parent
93be61aaf3
commit
f823b4d4d8
@ -5,7 +5,7 @@ COPY web/package.json .
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
COPY ./web .
|
COPY ./web .
|
||||||
COPY ./VERSION .
|
COPY ./VERSION .
|
||||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
RUN DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||||
|
|
||||||
FROM golang AS builder2
|
FROM golang AS builder2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user