refactor(weather): add app_build method

This commit is contained in:
2024-07-28 20:26:38 +03:00
parent 48a6cce569
commit 1fb627110d
12 changed files with 254 additions and 199 deletions

View File

@@ -21,4 +21,4 @@ COPY --from=builder /app ./
COPY gismeteo gismeteo/
COPY weather weather/
CMD ["uvicorn", "weather.app:app", "--host", "0.0.0.0", "--port", "80"]
CMD ["uvicorn", "weather.main:app", "--host", "0.0.0.0", "--port", "80"]