mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
0bb339bf51
* run npm audit fix * fix docker set up not running due to invalid volume spec in base image
14 lines
237 B
YAML
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'
|