Better versionning

This commit is contained in:
2025-12-05 16:46:44 +01:00
parent cef6886fd2
commit b26a6a2d0a
4 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ RUN apk add --no-cache ca-certificates
WORKDIR /app
COPY VERSION /VERSION
COPY /app/ /app/
RUN pip install --no-cache-dir -r requirements.txt