Add stub
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 1m3s
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 1m3s
This commit is contained in:
@ -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/
|
Reference in New Issue
Block a user