feat(container): Dockerfile
This commit is contained in:
parent
64c592285f
commit
74b4139b8d
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user