mirror of
https://github.com/Maschell/controller_patcher.git
synced 2025-02-18 04:16:19 +01:00
![Mark J.F. Teunissen](/assets/img/avatar_default.png)
As we'll only need one docker instance the Dockerfile has been moved to the docker folder.
10 lines
141 B
YAML
10 lines
141 B
YAML
version: '2'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: ./docker
|
|
container_name: controller_patcher
|
|
volumes:
|
|
- .:/opt/project
|