only execute app inside container, instead of compile and execute.

This commit is contained in:
Shane Kilkelly 2016-07-08 14:50:30 +01:00
parent 6d9aecae4c
commit b16b34d7c6

View file

@ -2,7 +2,7 @@
echo ">> Starting server..."
grunt >> /dev/null &
grunt execute:app >> /dev/null &
_pid="$!"
echo ">> Server started with pid: $_pid"