geas-bot/docker-compose.yml

8 lines
117 B
YAML

version: '3.1'
services:
geasbot-app:
build: ./app
volumes:
- ./app:/usr/src/app
restart: always