Compare commits
2 Commits
96ec5fd666
...
e22fb71daa
| Author | SHA1 | Date | |
|---|---|---|---|
|
e22fb71daa
|
|||
|
3fea70ce17
|
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@@ -0,0 +1,2 @@
|
||||
*lock
|
||||
public/**
|
||||
@@ -1,8 +1,8 @@
|
||||
FROM registry.odit.services/hub/hugomods/hugo:exts as build
|
||||
FROM hugomods/hugo:exts as build
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app/
|
||||
RUN hugo
|
||||
|
||||
FROM registry.odit.services/hub/hugomods/hugo:nginx
|
||||
FROM hugomods/hugo:nginx
|
||||
COPY --from=build /app/public /site
|
||||
Reference in New Issue
Block a user