mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-10 08:17:59 -05:00
Update Dockerfile_backend
This commit is contained in:
committed by
GitHub
parent
322b92ec06
commit
9177794d63
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user