From 5022a74834261d213b108127a220eaa37536abce Mon Sep 17 00:00:00 2001 From: Mihael Janjic Date: Thu, 25 Jun 2026 11:52:47 +0200 Subject: [PATCH] fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89d5511..bd87bd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.12-slim WORKDIR /app COPY requirements.txt . -RUN pop install --no-cache-dir -rrequirements.txt +RUN pop install --no-cache-dir -requirements.txt COPY app/ ./app/