Files
rtj.dev/Dockerfile
Roland Thomas 6703c5299b
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 8s
Update HUGO
2025-04-15 23:10:15 -04:00

5 lines
132 B
Docker

FROM klakegg/hugo:ext-alpine as hugo
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/