Skip to content

Commit df89849

Browse files
authored
tweak language to make clear exec "$@" works (#663)
tweak language to make clear `exec "$@"` works
2 parents e976627 + 48578bd commit df89849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/config_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ A script that can contain simple commands to be run at runtime (as an
179179
`ENTRYPOINT <https://docs.docker.com/engine/reference/builder/#entrypoint>`_
180180
to the docker container). If you want this to be a shell script, make sure the
181181
first line is ``#!/bin/bash``. The last line must be ``exec "$@"``
182-
equivalent.
182+
or equivalent.
183183

184184
Use this to set environment variables that software installed in your container
185185
expects to be set. This script is executed each time your binder is started and

0 commit comments

Comments
 (0)