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: