diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 5af8e02a3..22435515f 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -179,7 +179,7 @@ A script that can contain simple commands to be run at runtime (as an `ENTRYPOINT `_ to the docker container). If you want this to be a shell script, make sure the first line is ``#!/bin/bash``. The last line must be ``exec "$@"`` -equivalent. +or equivalent. Use this to set environment variables that software installed in your container expects to be set. This script is executed each time your binder is started and