Skip to content

Commit bce13dd

Browse files
committed
fix docker
1 parent 63695fc commit bce13dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ COPY . /code
3434

3535
COPY --from=builder /frontend/dist /code/frontend/dist
3636

37-
CMD uvicorn demo_template.service:app --host 0.0.0.0 --port 8000 --workers ${WORKERS:-1}
37+
CMD uvicorn contexto.service:app --host 0.0.0.0 --port 8000 --workers ${WORKERS:-1}

0 commit comments

Comments
 (0)