Added kubernetes deployment
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
FROM registry.odit.services/hub/betterweb/hugo:latest as build
|
||||
FROM registry.odit.services/hub/hugomods/hugo:exts as build
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app/
|
||||
RUN hugo
|
||||
|
||||
FROM registry.odit.services/library/nginx-brotli:3.15
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=build /app/public /usr/share/nginx/html
|
||||
FROM registry.odit.services/hub/hugomods/hugo:nginx
|
||||
COPY --from=build /app/public /site
|
||||
Reference in New Issue
Block a user