9 lines
147 B
YAML
9 lines
147 B
YAML
services:
|
|
app:
|
|
build: .
|
|
container_name: SystemReverseRPBot
|
|
volumes:
|
|
- .:/app
|
|
working_dir: /app
|
|
command: python main.py
|