From c528abc286d21f77036dc1b50265351bf3abd75e Mon Sep 17 00:00:00 2001 From: Adrian Malacoda <adrian.malacoda@monarch-pass.net> Date: Mon, 30 Jul 2018 09:38:45 -0500 Subject: [PATCH] Remove WORKDIR from dockerfile, since it breaks the bridge (it expects to find some things in the working directory that aren't there anymore) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dad7a76..0313f1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,3 @@ CMD node /build/src/discordas.js -p 9005 -c /data/config.yaml -f /data/discord-r EXPOSE 9005 VOLUME ["/data"] -WORKDIR "/data" -- GitLab