fix container build

This commit is contained in:
2026-03-09 22:39:49 -04:00
parent 488912a991
commit 2a55c412d2
3 changed files with 7 additions and 2 deletions

View File

@@ -188,8 +188,7 @@ uv run main.py
podman build -t vibe-bot:latest .
# Run
export DISCORD_TOKEN=$(cat .token)
podman run -e DISCORD_TOKEN localhost/vibe-bot:latest
podman run --env-file .env localhost/vibe-bot:latest
```
## Docs