diff --git a/Dockerfile b/Dockerfile index e5655ef092e6878e9a4ad12cc8f89509efdec168..dad7a769e31a69a2cd860dc3a02efee118e09e48 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"]