update bot

This commit is contained in:
2025-03-08 18:18:23 -07:00
parent ba9bd66efd
commit 7a307f6a6d
4 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
docker pull node:20
docker pull python:3.10
docker pull python:3.12
docker build -t discord-bot .
# docker run -it --rm discord-bot
@@ -11,7 +11,7 @@ docker rm -f discord-bot || true
docker run -d \
--name discord-bot \
-e DISCORD_SECRET=$DISCORD_SECRET \
--restart always\
--restart always \
-p 0.0.0.0:5677:5677 \
-p 0.0.0.0:5678:5678 \
discord-bot