From 394cc4d15eeb81347effceced3fabab915101f9c Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Mon, 22 Jun 2026 18:28:49 +0000 Subject: [PATCH] Fix: copy static folder to Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 73da23d..777a906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY app.py . +COPY static/ /app/static/ # Scripts de backup (mountados do host via docker-compose volumes) # Os scripts săo executados com subprocess de qualquer forma,