Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 1m18s
4 lines
103 B
Docker
4 lines
103 B
Docker
FROM klakegg/hugo:ext-alpine-onbuild as hugo
|
|
|
|
FROM nginx
|
|
COPY --from=hugo /target /usr/share/nginx/html |