Add build action
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 1m18s

This commit is contained in:
Roland Thomas
2023-06-10 17:02:47 -04:00
parent 0d94a0bb36
commit e7f1e9adc0
2 changed files with 27 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM klakegg/hugo:ext-alpine-onbuild as hugo
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html