Place the docker scripts ahead of local path since the user has likely explicitly called the env file.

This commit is contained in:
Hyperling 2023-07-05 18:00:40 -07:00
parent 167195bc86
commit c525a89bc7

View File

@ -1,3 +1,3 @@
DOCKER_HOME=/opt/Docker DOCKER_HOME=/opt/Docker
DOCKER_PATH=$DOCKER_HOME/bin DOCKER_PATH=$DOCKER_HOME/bin
PATH=$PATH:$DOCKER_PATH PATH=$DOCKER_PATH:$PATH