build(docker): add alpine production stage
This commit is contained in:
parent
1c36c95026
commit
3e97877c4c
1 changed files with 8 additions and 0 deletions
|
@ -77,3 +77,11 @@ COPY --chown=sculpin:sculpin --from=assets /app/build /build
|
|||
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||
|
||||
CMD ["bash"]
|
||||
|
||||
###
|
||||
|
||||
FROM alpine AS production
|
||||
|
||||
COPY --from=build /output/html /app
|
||||
|
||||
CMD ["sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue