rtj.dev/Dockerfile

5 lines
141 B
Docker
Raw Normal View History

2024-02-12 22:44:15 -05:00
FROM floryn90/hugo:ext-alpine-onbuild as hugo
2023-06-10 17:02:47 -04:00
FROM nginx
2023-06-14 21:49:50 -04:00
COPY --from=hugo /target /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/