diff --git a/deploy.sh b/deploy.sh index 4afc938..0b8f70a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#! /bin/env bash +#! /usr/bin/env bash # docker-compose reads from env cp .env.prod .env diff --git a/develop.sh b/develop.sh index 1e6f9eb..1d59eeb 100755 --- a/develop.sh +++ b/develop.sh @@ -1,4 +1,4 @@ -#! /bin/env bash +#! /usr/bin/env bash # docker-compose reads from env cp .env.dev .env