From a9f763c6493ba422fb6219f304851014834eb54a Mon Sep 17 00:00:00 2001 From: edraft Date: Fri, 10 Jan 2025 14:04:37 +0100 Subject: [PATCH] Added deps of redirector --- api/dockerfile_redirector | 3 +++ version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/api/dockerfile_redirector b/api/dockerfile_redirector index 2a083c6..531a25a 100644 --- a/api/dockerfile_redirector +++ b/api/dockerfile_redirector @@ -6,8 +6,11 @@ WORKDIR /app COPY ./src/api/ ./api COPY ./src/core/ ./core COPY ./src/data/ ./data +COPY ./src/service/ ./service + COPY ./src/static/ ./static COPY ./src/templates/ ./templates + COPY ./src/redirector.py . COPY ./src/redirector . diff --git a/version.txt b/version.txt index e4c0d46..a6a3a43 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file