feat: add cache and logging
This commit is contained in:
@@ -21,4 +21,4 @@ COPY --from=builder /app ./
|
||||
COPY gismeteo gismeteo/
|
||||
COPY weather weather/
|
||||
|
||||
CMD ["uvicorn", "weather.main:app", "--host", "0.0.0.0", "--port", "80"]
|
||||
CMD ["uvicorn", "weather.main:app", "--host", "0.0.0.0", "--port", "80", "--log-config", "weather/logging.yaml"]
|
||||
|
||||
Reference in New Issue
Block a user