From 5966bc00b7de5776af6755f6d777d01a353d6e94 Mon Sep 17 00:00:00 2001 From: el-gringo-alto <22480930+el-gringo-alto@users.noreply.github.com> Date: Sun, 24 Oct 2021 21:29:26 -0400 Subject: [PATCH] Revert "Merge pull request #107 from jaredrossberg/docker" This reverts commit 898e20dc6dbfeca3c52cfc157f000af84c281a06, reversing changes made to 938b64775383586e86c9a357097292487cbccc6d. --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dcba36ca..ceb88cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ COPY --from=builder /install /usr/local COPY src /app COPY zs_config.json / WORKDIR /app -ENTRYPOINT ["/usr/local/bin/python", "__main__.py"] +ENTRYPOINT ["/usr/local/bin/python", "app.py"] diff --git a/README.md b/README.md index 8b5da667..548a9af5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Options that can be configured in zs_config.json: ### Docker Usage -``` +``` Build the docker image from the Dockerfile: docker build -t zspotify . Create and run a container from the image: