Merge pull request #46 from mizhexiaoxiao/dev

Update Dockerfile
This commit is contained in:
mizhexiaoxiao 2024-09-11 10:51:24 +08:00 committed by GitHub
commit 08be0c90f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:18.12.0-alpine3.16 as web
FROM node:18.12.0-alpine3.16 AS web
WORKDIR /opt/vue-fastapi-admin
COPY /web ./web