更新 web/Dockerfile
Docker Deploy / build-and-deploy (push) Has been cancelled Details

This commit is contained in:
root 2024-08-17 20:39:06 +08:00
parent 41973e04cb
commit c60e662805
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
FROM node:16
FROM node:18
WORKDIR /gva_web/
COPY . .
RUN yarn && yarn build
RUN npm i && npm RUN build
FROM nginx:alpine
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"