From 61a4a689c51e0e181dd0c5696a308255309efa9e Mon Sep 17 00:00:00 2001 From: Mihael Janjic Date: Thu, 25 Jun 2026 11:53:44 +0200 Subject: [PATCH] fix Dockerfile2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd87bd1..e64e762 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 -requirements.txt +RUN pop install --no-cache-dir -r requirements.txt COPY app/ ./app/