Skip to content
Snippets Groups Projects
Unverified Commit ed8c6ef7 authored by Andrea Franchini's avatar Andrea Franchini
Browse files

fix dockerfile run command

parent e54ecd56
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ WORKDIR /opt/mc_openapi
ENV UVICORN_PORT=8080 \
UVICORN_HOST=0.0.0.0
CMD ["uvicorn", "--interface", "wsgi", "mc_openapi.fastapi:app"]
CMD ["uvicorn", "mc_openapi.fastapi:app"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment