diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f732565 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM registry.odit.services/hub/hugomods/hugo:exts as build +WORKDIR /app + +COPY . /app/ +RUN hugo + +FROM registry.odit.services/hub/hugomods/hugo:nginx +COPY --from=build /app/public /site \ No newline at end of file