Skip to content

Commit

Permalink
declared PATH in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jintonic committed Jan 10, 2024
1 parent b17e2d5 commit d2d8db4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ ENV GEANT4_DATA_DIR=/root/gears/INSTALL/Geant4/data
# https://superuser.com/a/367280
ENV PS1="\[\e[0;32m\]\u@Geant4:\[\e[0;34m\]\w \[\e[0;31m\]\$\[\e[m\] "
ENV TERM="xterm-256color"

# prefer user compiled gears over gears compiled here
ENV PATH=/root/gears:$PATH

0 comments on commit d2d8db4

Please sign in to comment.