Bartłomiej Rudecki
1d1090c2b1
* feat: add docker support * include sample docker-compose.yml * feat: load dotenv directly in index.js * no point in mounting .env to the container * feat: build workflow * chore: use ghcr image in docker-compose
6 lines
117 B
YAML
6 lines
117 B
YAML
services:
|
|
bot:
|
|
image: ghcr.io/wezuwiusz/wezuwiuszowybot
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|