We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00da493 commit 23f519eCopy full SHA for 23f519e
Dockerfile
@@ -46,4 +46,4 @@ ENV PATH=/root/.local/bin:$PATH
46
47
HEALTHCHECK --interval=120s --timeout=10s CMD curl --fail http://localhost:8081/healthstatus || exit 1
48
49
-CMD ["uvicorn", "kosync:app", "--host", "0.0.0.0", "--port", "8081"]
+CMD ["uvicorn", "koreaderpylink:app", "--host", "0.0.0.0", "--port", "8081"]
0 commit comments