ACE3/docs/docker-compose.yml
bux578 846b7f26f7 Dockerfile (#4550)
* add init dockerfile

* add dockerfile documentation

* gitignore gemfile.lock

* improve Dockerfile

* add docker-compose file

* change readme to use docker-compose

* improve readme

* Fix readme - Debian != Windows

* Small wording improvement

* copy contents into dockerfile

To be able to run it without a volume (but with `docker-compose up` who
would do that :) )
2016-10-16 10:48:14 +02:00

11 lines
133 B
YAML

version: '2'
services:
docs:
build: .
restart: always
ports:
- "4000:4000"
volumes:
- ./:/usr/src/app