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

This commit is contained in:
root 2024-08-17 22:09:14 +08:00
parent afc30bf454
commit 55af7466cc
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ FROM node:alpine
WORKDIR /gva_web/
COPY . .
RUN npm config set registry https://registry.npm.taobao.org
RUN npm install -g pnpm
RUN pnpm i
RUN npm i
RUN npm run build
FROM nginx:alpine