copy version to docker file

This commit is contained in:
2026-06-02 20:53:11 +02:00
parent 1649a22418
commit 4dc5ffa19e

View File

@@ -20,6 +20,7 @@ COPY src/ ./src/
COPY run_server.py .
COPY pyproject.toml .
COPY data/config.json ./data/config.json
COPY Docker/VERSION ./Docker/VERSION
# Create runtime directories
RUN mkdir -p /app/data/config_backups /app/logs