Added build stuff
This commit is contained in:
parent
f42a9e8425
commit
a03f0c0da2
@ -1,8 +1,8 @@
|
|||||||
FROM betterweb/hugo:latest
|
FROM betterweb/hugo:latest as build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
FROM registry.odit.services/library/nginx-brotli
|
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
|
Loading…
x
Reference in New Issue
Block a user