Files
rtj.dev/Dockerfile
Roland Thomas 796773017b
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 7s
Update DOCKERFILE
2025-04-15 23:43:22 -04:00

5 lines
141 B
Docker

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