Files
rtj.dev/Dockerfile
Roland Thomas bd92fa55e7
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s
Update hugo.toml
2025-04-15 23:39:50 -04:00

5 lines
136 B
Docker

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