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