forked from data.coop/website
Remove redundant build service
This commit is contained in:
parent
f60a5a5e9c
commit
95ad580bb8
|
@ -1,19 +1,6 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
build:
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile_hugo
|
|
||||||
command: |
|
|
||||||
/bin/bash -c "
|
|
||||||
cd /code
|
|
||||||
hugo --destination _site/
|
|
||||||
"
|
|
||||||
volumes:
|
|
||||||
- .:/code
|
|
||||||
|
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue