From b8e07790f2707c098e81b5d9abd74fda175194a7 Mon Sep 17 00:00:00 2001 From: Nicolas IRAGNE Date: Fri, 25 Jul 2025 10:48:16 +0200 Subject: [PATCH] fix: fix docker container not launching --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b1978f7..05f6e44c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY src/ ./src/ RUN set -eux; \ pip install --no-cache-dir --upgrade pip; \ - pip install --no-cache-dir --timeout 1000 . + pip install --no-cache-dir --timeout 1000 .[server] # Stage 2: Runtime image FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419