diff --git a/entrypoint.sh b/entrypoint.sh index 4c62c25..50093b6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/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