Update Dockerfile_backend

This commit is contained in:
João Vitória Silva
2023-11-30 23:41:13 +00:00
committed by GitHub
parent 322b92ec06
commit 9177794d63

View File

@@ -36,4 +36,4 @@ ENV JAEGER_HOST=""
ENV STRAVA_DAYS_ACTIVITIES_ONLINK=30
# Run main.py when the container launches
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]