entrypoint needs bash to run env commands

This commit is contained in:
Samuel Clay 2021-03-15 12:19:50 -04:00
parent 0c874677cc
commit 992b603f94

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
if [[ -z "${TEST}" && "${TEST}" = "True" ]]
then echo "starting test env"