This commit is contained in:
jagger 2024-11-07 09:47:45 +08:00
parent 93cbf732b1
commit fab58e620c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
COPY deploy/nginx/ /app/
RUN npm install && npm run build:prod
RUN npm install && npm run build:stage
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
WORKDIR /app