Build dev image in compose
Some checks failed
continuous-integration/drone/push Build is passing
GitHub Pages Deploy / deploy (push) Has been cancelled
JS Lint / lint (push) Has been cancelled
HTMLProofer / test (2.7) (push) Has been cancelled
HTMLProofer / test (3.0) (push) Has been cancelled

This commit is contained in:
tobias 2024-07-19 14:01:18 +02:00
parent 1a7cba18ff
commit 67bb78d0f2

View File

@ -3,6 +3,9 @@
services:
jekyll:
image: git.autonomic.zone/autonomic-cooperative/kcl-site-dev:latest
build:
context: .
dockerfile: Dockerfile.dev
volumes:
- .:/site
ports: