v1.2.1
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: SystemReverseRPBot
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
command: python main.py
|
||||
Reference in New Issue
Block a user