fix: add docker, docker-compose

This commit is contained in:
2024-05-11 19:51:03 +03:00
parent 72d25fbefa
commit 902aa92dab
5 changed files with 194 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
version: '3'
services:
app:
build: .
container_name: docker-request-bot
restart: always