only execute app inside container, instead of compile and execute.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
echo ">> Starting server..."
|
||||
|
||||
grunt >> /dev/null &
|
||||
grunt execute:app >> /dev/null &
|
||||
_pid="$!"
|
||||
|
||||
echo ">> Server started with pid: $_pid"
|
||||
|
||||
Reference in New Issue
Block a user