forked from JointCloud/JCC-RIP
fix
This commit is contained in:
parent
93cbf732b1
commit
fab58e620c
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY deploy/nginx/ /app/
|
COPY deploy/nginx/ /app/
|
||||||
RUN npm install && npm run build:prod
|
RUN npm install && npm run build:stage
|
||||||
|
|
||||||
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
|
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in New Issue