We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63695fc commit bce13ddCopy full SHA for bce13dd
1 file changed
Dockerfile
@@ -34,4 +34,4 @@ COPY . /code
34
35
COPY --from=builder /frontend/dist /code/frontend/dist
36
37
-CMD uvicorn demo_template.service:app --host 0.0.0.0 --port 8000 --workers ${WORKERS:-1}
+CMD uvicorn contexto.service:app --host 0.0.0.0 --port 8000 --workers ${WORKERS:-1}
0 commit comments