Add build action
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 1m18s
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 1m18s
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM klakegg/hugo:ext-alpine-onbuild as hugo
|
||||
|
||||
FROM nginx
|
||||
COPY --from=hugo /target /usr/share/nginx/html
|
Reference in New Issue
Block a user