From 3332a61040cef5285efd144f719a230f886bb7dc Mon Sep 17 00:00:00 2001 From: Jorge Fabila Date: Mon, 9 Feb 2026 18:11:16 +0100 Subject: [PATCH] copy faltante --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0c9bcd1..2853437 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ RUN pip3 install -r /home/requirements.txt RUN ln -s /usr/bin/python3 /usr/bin/python WORKDIR /flcore +COPY . /flcore \ No newline at end of file