Added a new version of the Dockerfile to support the latest version of the software.

This commit is contained in:
Christian Krakau-Louis
2025-04-02 03:09:03 +02:00
parent 3e220e3fbb
commit 4ca0ce8d4f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,3 @@
# Stage 1: Build dependencies
FROM python:3.13 AS builder
@@ -19,6 +18,7 @@ COPY --from=builder /usr/local/bin /usr/local/bin
# Copy application files correctly
COPY ./app /app/app
COPY ./frontend /app/frontend
COPY ./VERSION /app/VERSION
# Set Python path explicitly
ENV PYTHONPATH=/app
+1 -1
View File
@@ -1 +1 @@
0.3.2-dev
0.4.0-dev