diff --git a/Dockerfile b/Dockerfile index 7b355e8..97292c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app # 复制所需文件到容器中 COPY ./requirements.txt /app +COPY ./VERSION /app RUN pip install --no-cache-dir -r requirements.txt COPY ./app /app/app diff --git a/VERSION b/VERSION index e8f41f0..ed35d09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.8 \ No newline at end of file +2.0.9 \ No newline at end of file