Skip to content

Commit

Permalink
feat: include workflow version in image
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcurts authored Feb 12, 2024
1 parent 2f14e66 commit 4d38ec5
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 @@ -54,4 +54,4 @@ COPY --from=ghcr.io/virtool/workflow-tools:2.0.1 /usr/local/bin/pigz /usr/local/
ENV VIRTUAL_ENV=/app/.venv \
PATH="/app/.venv/bin:/opt/spades/bin:/opt/hmmer/bin:${PATH}"
COPY --from=build /app/.venv /app/.venv
COPY workflow.py ./
COPY workflow.py VERSION* ./

0 comments on commit 4d38ec5

Please sign in to comment.