mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
Need to set the enterContainer script as executable.
This commit is contained in:
parent
fb18d1f3d9
commit
6c7f891a2a
@ -2,6 +2,8 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
if [ $NODE_ENV == 'production' ]; then
|
if [ $NODE_ENV == 'production' ]; then
|
||||||
|
chmod +x src/enterContainer.sh
|
||||||
|
|
||||||
node ./node_modules/coffee-script/bin/coffee -c ./src
|
node ./node_modules/coffee-script/bin/coffee -c ./src
|
||||||
# We don't need coffee-script at runtime
|
# We don't need coffee-script at runtime
|
||||||
npm uninstall coffee-script
|
npm uninstall coffee-script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user