fix: add docker, docker-compose
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: docker-request-bot
|
||||
restart: always
|
||||
Reference in New Issue
Block a user