docker: Make slim.

This commit is contained in:
William Floyd 2023-07-14 13:42:51 -05:00
parent a6c0161627
commit bc452fc92e
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9

View file

@ -1,4 +1,4 @@
FROM klakegg/hugo:onbuild AS hugo
FROM nginx
FROM nginx:alpine-slim
COPY --from=hugo /target /usr/share/nginx/html