mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9e14a73b3c
* update docker stuff * finalize docker fix
15 lines
244 B
YAML
15 lines
244 B
YAML
version: "3.2"
|
|
|
|
services:
|
|
docs:
|
|
container_name: ace3mod_jekyll
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
- JEKYLLARGS=--incremental
|
|
ports:
|
|
- "4000:4000"
|
|
volumes:
|
|
- ./:/usr/src/app
|