This commit is contained in:
Lukian LEIZOUR 2024-06-01 19:14:23 +02:00
parent 0bac40a72f
commit 8ace4a6356
6 changed files with 32 additions and 7 deletions

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: '3.1'
services:
joclud_api:
build:
context: .
dockerfile: DOCKERFILE
restart: always
volumes:
- /full/path/to/bot:/app
ports:
- "3000:3000"