Skip to content

Commit

Permalink
Dockerfile: add utils/ in $PATH by default, for easy indexing
Browse files Browse the repository at this point in the history
Signed-off-by: Théo Lebrun <[email protected]>
  • Loading branch information
tleb committed Dec 21, 2024
1 parent 13fa255 commit 54fd0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ ENV ELIXIR_VERSION=$ELIXIR_VERSION
ENV ELIXIR_ROOT=/srv/elixir-data
ENV PATH="/usr/local/elixir/venv/bin:$PATH"
ENV PYTHONUNBUFFERED=1
ENV PATH="/usr/local/elixir/utils:$PATH"

ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]

0 comments on commit 54fd0df

Please sign in to comment.