Setup all of the fun things
Some checks failed
Build latest image / build-container (push) Failing after 11s
Some checks failed
Build latest image / build-container (push) Failing after 11s
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM hugomods/hugo:exts AS build
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app/
|
||||
COPY .git /app/.git
|
||||
RUN hugo
|
||||
|
||||
FROM hugomods/hugo:nginx
|
||||
COPY --from=build /app/public /site
|
||||
Reference in New Issue
Block a user