Revert "Merge pull request #107 from jaredrossberg/docker"

This reverts commit 898e20dc6d, reversing
changes made to 938b647753.
This commit is contained in:
el-gringo-alto 2021-10-24 21:29:26 -04:00
parent f60ede3c45
commit 5966bc00b7
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ COPY --from=builder /install /usr/local
COPY src /app COPY src /app
COPY zs_config.json / COPY zs_config.json /
WORKDIR /app WORKDIR /app
ENTRYPOINT ["/usr/local/bin/python", "__main__.py"] ENTRYPOINT ["/usr/local/bin/python", "app.py"]