From 23cef9f42fdaa2b5c036a4c4641f2acefd7bfed7 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda <adrian.malacoda@monarch-pass.net> Date: Sat, 28 Jul 2018 19:08:44 -0500 Subject: [PATCH] Correct path to discordas.js --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5655ef..dad7a76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apk add --no-cache -t build-deps make gcc g++ python ca-certificates libc-de ENV NODE_ENV=production -CMD node /build/discordas.js -p 9005 -c /data/config.yaml -f /data/discord-registration.yaml +CMD node /build/src/discordas.js -p 9005 -c /data/config.yaml -f /data/discord-registration.yaml EXPOSE 9005 VOLUME ["/data"] -- GitLab