Fixed previous errors trying to rebase

This commit is contained in:
el-gringo-alto
2021-10-24 21:43:32 -04:00
parent 68dffda950
commit b9d3f37e42
11 changed files with 5 additions and 5 deletions

View File

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