diff --git a/Dockerfile b/Dockerfile index 0a0523fe..4b49b296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ ENV PATH="/app/.venv/bin:$PATH" # Copy the rest of the application code COPY src/ /riven/src COPY pyproject.toml poetry.lock /riven/src/ -COPY VERSION entrypoint.sh /riven/ +COPY version.txt entrypoint.sh /riven/ # Ensure entrypoint script is executable RUN chmod +x /riven/entrypoint.sh