mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-04 19:02:58 +00:00
Update Dockerfile
fix copy static file
This commit is contained in:
parent
e624671c2a
commit
98b56e09e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue