dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2025-01-12 00:00:00 +01:00
parent 867bb41b3a
commit ded0237b9d
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

@ -5,3 +5,12 @@ COPY content/ /src
RUN hugo
FROM nginx:alpine
COPY --from=builder /src/public /usr/share/nginx/html
EXPOSE 80