update version numer to 1.3.0 and add remaining files

This commit is contained in:
2026-06-04 10:56:43 +02:00
parent ef1f8b18cd
commit 21ae7d92a8
5 changed files with 7 additions and 22 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ WORKDIR /app
COPY requirements.txt ./
RUN --mount=type=cache,target=/root/.cache/pip \
pip --default-timeout=120 install -r requirements.txt
pip --default-timeout=120 install -r requirements.txt
# COPY . ./app
@@ -30,4 +30,4 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# COPY ./requirements.txt ./
# RUN pip3 install --no-cache-dir -r requirements.txt
# RUN pip3 install --no-cache-dir -r requirements.txt