From 04f99c6be202946e040fabc3d8f0b945d54cd76c Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Wed, 5 Feb 2025 11:48:36 +0700 Subject: [PATCH] add new endpoint to select OH equipment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0d69ff..21ce6b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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