From c3a1a4aa69e91a36421636ec232bd79ba5667a84 Mon Sep 17 00:00:00 2001 From: edraft Date: Thu, 9 Jan 2025 20:33:12 +0100 Subject: [PATCH] Fixed redirector image --- api/dockerfile_redirector | 2 ++ version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/api/dockerfile_redirector b/api/dockerfile_redirector index 656e188..d7d489e 100644 --- a/api/dockerfile_redirector +++ b/api/dockerfile_redirector @@ -5,6 +5,8 @@ WORKDIR /app COPY ./src/core/ ./core COPY ./src/data/ ./data +COPY ./src/static/ ./static +COPY ./src/templates/ ./templates COPY ./src/redirector.py . COPY ./src/redirector . diff --git a/version.txt b/version.txt index 9325c3c..a2268e2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file