diff --git a/bin/docker-compose-production b/bin/docker-compose-production index 1d35374d..0ebe523b 100755 --- a/bin/docker-compose-production +++ b/bin/docker-compose-production @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -eu # change to the project's root directory cd "${0%/*}/.." diff --git a/bin/docker-compose-production-deploy b/bin/docker-compose-production-deploy index 3157a9eb..af370b5a 100755 --- a/bin/docker-compose-production-deploy +++ b/bin/docker-compose-production-deploy @@ -1,4 +1,4 @@ -#!/bin/bash -eux +#!/bin/bash -eu # change to the project's root directory cd "${0%/*}/.."