Skip to content

Commit

Permalink
fix: change version filename in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle committed Jul 23, 2024
1 parent 14eff8d commit 5bf802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bf802d

Please sign in to comment.