mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-29 06:54:24 +01:00
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:
parent
cc1c5ef7b8
commit
e89f10a8b5
@ -3,7 +3,7 @@ version: '2'
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: ./docker/app
|
||||
context: ./docker
|
||||
container_name: controller_patcher
|
||||
volumes:
|
||||
- .:/opt/project
|
||||
|
Loading…
Reference in New Issue
Block a user