This commit is contained in:
Your Name
2024-12-02 02:35:49 +05:00
commit d1c12a08b0
7 changed files with 348 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
python:
volumes:
- './:/usr/src/app'
working_dir: /usr/src/app
build: .
command: python server.py