Merge pull request #387 from srounce/patch-1
fix: docker-entrypoint.sh uses safe shebang
This commit is contained in:
commit
8d538290a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eo pipefail # exit on error, error on any fail in pipe (not just last cmd); add -x to print each cmd; see gist bash_strict_mode.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue