From 9c7ba65c3276718ed23afb3c445b8cacea63de79 Mon Sep 17 00:00:00 2001 From: sa_8001 Date: Mon, 5 Jan 2026 01:04:30 +0000 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2c09edd..a33e426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ WORKDIR /app COPY migrator.py mapping.yaml app.py requirements.txt ./ COPY templates ./templates +COPY static ./static RUN pip install --no-cache-dir -r requirements.txt gunicorn