Update docker-compose.yml

As we'll only need one docker instance the Dockerfile has been moved to the docker folder.
This commit is contained in:
Mark J.F. Teunissen 2018-12-26 17:00:49 +01:00 committed by GitHub
parent cc1c5ef7b8
commit e89f10a8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ version: '2'
services:
app:
build:
context: ./docker/app
context: ./docker
container_name: controller_patcher
volumes:
- .:/opt/project