mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-06 20:02:38 +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
|
FROM nginx:latest AS runtime
|
||||||
|
|
||||||
COPY dist/ /usr/share/nginx/html/
|
COPY --from=build-yarn /app/dist/ /usr/share/nginx/html/
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
Loading…
Reference in a new issue