mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-29 06:54:24 +01:00
e89f10a8b5
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
|