Merge branch 'main' into feature/oscar-theme
This commit is contained in:
commit
d64560c944
@ -3,13 +3,13 @@ version: "3.1"
|
||||
services:
|
||||
|
||||
build:
|
||||
image: klakegg/hugo:0.88.0-alpine
|
||||
image: klakegg/hugo:0.88.0-ext-alpine
|
||||
volumes:
|
||||
- "${PWD}/src:/src"
|
||||
|
||||
serve:
|
||||
image: klakegg/hugo:0.88.0-alpine
|
||||
command: server
|
||||
image: klakegg/hugo:0.88.0-ext-alpine
|
||||
command: server -vv
|
||||
volumes:
|
||||
- "${PWD}/src:/src"
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user