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

This commit is contained in:
root 2024-08-17 21:35:54 +08:00
parent 3aa85c50ca
commit c4c929528d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16 FROM node:alpine
WORKDIR /gva_web/ WORKDIR /gva_web/
COPY . . COPY . .