Skip to content

Commit

Permalink
Set PATH in Docker container for interactive use
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfCardinal committed Apr 16, 2024
1 parent 9bae765 commit 660b2f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/dockerfiles/crate.Dockerfile
Expand Up @@ -313,6 +313,12 @@ RUN echo "======================================================================
&& rm -rf /var/lib/apt/lists/* \
&& echo "- Done."

# -----------------------------------------------------------------------------
# ENV: set environment variables image-wide.
# -----------------------------------------------------------------------------

ENV PATH="${PATH}:/crate/venv/bin"

# -----------------------------------------------------------------------------
# EXPOSE: expose a port.
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 660b2f8

Please sign in to comment.