Skip to content

Commit

Permalink
Bake pythonpath into dockerfile for usage as galaxy-lib container
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Mar 22, 2024
1 parent d483675 commit 547ac83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .k8s_ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ USER $GALAXY_USER

ENV PATH="$SERVER_DIR/.venv/bin:${PATH}"
ENV GALAXY_CONFIG_CONDA_AUTO_INIT=False
ENV PYTHONPATH="$SERVER_DIR/lib/"

ENTRYPOINT ["tini", "--"]

Expand Down

0 comments on commit 547ac83

Please sign in to comment.