Changing docker image for build
This commit is contained in:
parent
23cb07259c
commit
2f9b2e4733
@ -1,5 +1,6 @@
|
|||||||
FROM klakegg/hugo as build
|
FROM hugomods/hugo:exts-0.112.1 as build
|
||||||
COPY . /src
|
COPY . /src
|
||||||
|
RUN hugo --minify --gc --enableGitInfo
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY --from=build /src/public /usr/share/nginx/html
|
COPY --from=build /src/public /usr/share/nginx/html
|
||||||
|
Loading…
Reference in New Issue
Block a user