Added build stuff
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM betterweb/hugo:latest
|
||||
FROM betterweb/hugo:latest as build
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app/
|
||||
RUN hugo
|
||||
|
||||
FROM registry.odit.services/library/nginx-brotli
|
||||
COPY --from=0 /app/public /usr/share/nginx/html
|
||||
COPY --from=build /app/public /usr/share/nginx/html
|
||||
Reference in New Issue
Block a user