Add stub
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 1m3s

This commit is contained in:
2023-06-14 21:49:50 -04:00
parent 3e36f0bc09
commit 13774818ed
3 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM klakegg/hugo:ext-alpine-onbuild as hugo
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html
COPY --from=hugo /target /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/