rtj.dev/Dockerfile
Roland Thomas 13774818ed
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 1m3s
Add stub
2023-06-14 21:49:50 -04:00

5 lines
140 B
Docker

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