fix(assets): copy assets in production
This commit is contained in:
parent
7a05eb1bdf
commit
1b0ca7186a
|
@ -71,5 +71,6 @@ CMD ["bash"]
|
|||
FROM alpine AS production
|
||||
|
||||
COPY --from=build /output/html /app
|
||||
COPY --from=assets /app/build /app/build
|
||||
|
||||
CMD ["sh"]
|
||||
|
|
Loading…
Reference in a new issue