diff --git a/api/dockerfile_redirector b/api/dockerfile_redirector index d7d489e..2a083c6 100644 --- a/api/dockerfile_redirector +++ b/api/dockerfile_redirector @@ -3,6 +3,7 @@ FROM python:3.12.8-alpine WORKDIR /app +COPY ./src/api/ ./api COPY ./src/core/ ./core COPY ./src/data/ ./data COPY ./src/static/ ./static diff --git a/version.txt b/version.txt index e6d5cb8..e4c0d46 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file