rtj.dev/Dockerfile

5 lines
140 B
Docker
Raw Normal View History

2023-06-10 17:02:47 -04:00
FROM klakegg/hugo:ext-alpine-onbuild as hugo
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/