From 4d3d431c1cf9bdc8d8354d5c49b10fcc9c5169d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 1 Nov 2025 21:32:25 +0100 Subject: [PATCH] redactor --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a506983..674791f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ COPY routes/ routes/ COPY utils/ utils/ COPY auth/ auth/ COPY templates/ templates/ +COPY static/ /app/static/ + # Create directories RUN mkdir -p /app/config/auth \