rtj.dev/Dockerfile
Roland Thomas ee86d69746
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 24s
Change base docker image
2024-02-12 22:44:15 -05: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/