diff --git a/README.md b/README.md index 69ed985..3180f73 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ When invoking bash as a non-interactive shell, like in a Docker container, none SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Create a script file sourced by both interactive and non-interactive bash shells -ENV BASH_ENV /home/user/.bash_env +ENV BASH_ENV $HOME/.bash_env RUN touch "${BASH_ENV}" RUN echo '. "${BASH_ENV}"' >> ~/.bashrc