aboutsummaryrefslogtreecommitdiff
path: root/174bg/discord-bot/Dockerfile
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-22 15:32:57 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-07-22 15:32:57 +0100
commit72487019b3f255cece40a8073bbad8bc9968a3b7 (patch)
treeb6590e63039cdc8b1820bd345cdfe83f28ff839b /174bg/discord-bot/Dockerfile
parentda0509c91376f56f133872eddd2e4282d76f215e (diff)
downloadunnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar
unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar.gz
unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar.bz2
unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.tar.xz
unnamed-group-72487019b3f255cece40a8073bbad8bc9968a3b7.zip
major code refactor, add uex lookup
Diffstat (limited to '174bg/discord-bot/Dockerfile')
-rw-r--r--174bg/discord-bot/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/174bg/discord-bot/Dockerfile b/174bg/discord-bot/Dockerfile
index 5bcc897..bfa512a 100644
--- a/174bg/discord-bot/Dockerfile
+++ b/174bg/discord-bot/Dockerfile
@@ -4,4 +4,4 @@ RUN apk add --no-cache git python3 make g++
COPY package*.json ./
RUN npm install
COPY . .
-CMD ["node", "main.js"] \ No newline at end of file
+CMD ["node", "source/main.js"] \ No newline at end of file