add new endpoint to select OH equipment

feature/reliability_stat
Cizz22 11 months ago
parent 95b1928f56
commit 04f99c6be2

@ -17,7 +17,7 @@ WORKDIR /app
COPY pyproject.toml poetry.lock ./
# Install dependencies
RUN poetry install --no-root
RUN poetry install
# Use a new slim image for the runtime
FROM python:3.11-slim as runtime

Loading…
Cancel
Save