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