1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/docs/docker-compose.yml

12 lines
221 B
YAML

services:
docs:
container_name: ace3mod_jekyll
build:
context: .
dockerfile: Dockerfile
environment:
JEKYLLARGS: --incremental
ports: ['4000:4000']
volumes:
- './:/usr/src/app'