Remove redundant build service

This commit is contained in:
Benjamin Bach 2021-05-04 22:30:06 +02:00
parent f60a5a5e9c
commit 95ad580bb8
Signed by: benjaoming
GPG Key ID: 7D49441634585664
1 changed files with 0 additions and 13 deletions

View File

@ -1,19 +1,6 @@
version: "3"
services:
build:
build:
context: .
dockerfile: Dockerfile_hugo
command: |
/bin/bash -c "
cd /code
hugo --destination _site/
"
volumes:
- .:/code
serve:
build:
context: .