Added a new version of the Dockerfile to support the latest version of the software.
This commit is contained in:
+1
-1
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Stage 1: Build dependencies
|
# Stage 1: Build dependencies
|
||||||
FROM python:3.13 AS builder
|
FROM python:3.13 AS builder
|
||||||
|
|
||||||
@@ -19,6 +18,7 @@ COPY --from=builder /usr/local/bin /usr/local/bin
|
|||||||
# Copy application files correctly
|
# Copy application files correctly
|
||||||
COPY ./app /app/app
|
COPY ./app /app/app
|
||||||
COPY ./frontend /app/frontend
|
COPY ./frontend /app/frontend
|
||||||
|
COPY ./VERSION /app/VERSION
|
||||||
|
|
||||||
# Set Python path explicitly
|
# Set Python path explicitly
|
||||||
ENV PYTHONPATH=/app
|
ENV PYTHONPATH=/app
|
||||||
|
|||||||
Reference in New Issue
Block a user