From 27273edd5748eca279c080ad173b467dbc330f81 Mon Sep 17 00:00:00 2001 From: Tristan Gosselin-Hane Date: Sun, 22 Sep 2019 16:33:55 -0400 Subject: [PATCH] Launch the bridge using the new module name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1760478..4211a73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN pip install --no-cache-dir pipenv \ VOLUME "/data" -CMD [ "python", "-m", "pipenv", "run", "python", "-m", "minecraft-discord-bridge" ] +CMD [ "python", "-m", "pipenv", "run", "python", "-m", "minecraft_discord_bridge" ]