Update Dockerfile

fix copy static file
This commit is contained in:
sysuid 2024-06-08 10:09:36 +08:00 committed by GitHub
parent 277b1e379c
commit b99f3b2c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,6 @@ RUN yarn build
FROM nginx:latest AS runtime
COPY dist/ /usr/share/nginx/html/
COPY --from=build-yarn /app/dist/ /usr/share/nginx/html/
EXPOSE 80