Update Dockerfile

fix copy static file
This commit is contained in:
sysuid 2024-06-08 10:09:36 +08:00 committed by 奚玉帆
parent e624671c2a
commit 98b56e09e7

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