Need to set the enterContainer script as executable.

This commit is contained in:
Pagan Gazzard 2014-09-30 16:28:06 +01:00 committed by Pablo Carranza Vélez
parent fb18d1f3d9
commit 6c7f891a2a

View File

@ -2,6 +2,8 @@ set -o errexit
set -o pipefail
if [ $NODE_ENV == 'production' ]; then
chmod +x src/enterContainer.sh
node ./node_modules/coffee-script/bin/coffee -c ./src
# We don't need coffee-script at runtime
npm uninstall coffee-script