diff --git a/entrypoint.sh b/entrypoint.sh index ac1b227..4c62c25 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh -l +#!/usr/bin/env bash #set -e at the top of your script will make the script exit with an error whenever an error occurs (and is not explicitly handled) set -eu