Fix VERSION file handling in Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2025-07-03 13:30:06 -04:00
parent feab8c2ca0
commit 52536db6d9
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ RUN apt-get update && apt-get install -y \
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy VERSION file
COPY ../VERSION ./VERSION
# Set version from build arg
ARG APP_VERSION=unknown
ENV APP_VERSION=${APP_VERSION}