ACE3/docs/docker-compose.yml
Thomas Kooi 0bb339bf51
run npm audit fix for docs (#6755)
* run npm audit fix

* fix docker set up not running due to invalid volume spec in base image
2019-01-02 00:05:28 +01:00

14 lines
237 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'