Skip to content

Commit

Permalink
Merge branch 'docker-allow-all-whisker-subcommands' into 'master'
Browse files Browse the repository at this point in the history
Allow any Whisker subcommand when using docker

See merge request se2/whisker/whisker-main!330
  • Loading branch information
schweikl committed Sep 22, 2022
2 parents 9bccf65 + 8e13fec commit f4547fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions servant/whisker-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ whisker() {
# Make sure to use `exec` here (instead of `eval`). This allows Whisker to receive any
# Unix signals sent to this wrapper script. See:
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint
exec node servant.js generate \
-d \
-k \
-l \
"$@"
exec node servant.js "$@" -d -k -l
}

print_info() {
Expand Down

0 comments on commit f4547fd

Please sign in to comment.