From a599db8f7b8a7c4fbfc86d2d0015bcb48db848b8 Mon Sep 17 00:00:00 2001 From: AHMET YILMAZ Date: Wed, 1 Oct 2025 16:21:24 +0800 Subject: [PATCH] feat(docker): add routers directory to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1267578c..09f43212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -124,7 +124,7 @@ COPY . /tmp/project/ # Copy supervisor config first (might need root later, but okay for now) COPY deploy/docker/supervisord.conf . - +COPY deploy/docker/routers ./routers COPY deploy/docker/requirements.txt . RUN pip install --no-cache-dir -r requirements.txt