Add Dockerfile for Coolify deploy

Multi-stage Go build; BOT_TOKEN via environment, not image.
This commit is contained in:
xeon 2026-08-21 21:06:06 +00:00
parent 973c19f148
commit 6e9e0bd1ad
3 changed files with 35 additions and 0 deletions

5
.dockerignore Normal file
View file

@ -0,0 +1,5 @@
.git
.env
*.md
Dockerfile*
.dockerignore