mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
only execute app inside container, instead of compile and execute.
This commit is contained in:
parent
6d9aecae4c
commit
b16b34d7c6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
echo ">> Starting server..."
|
echo ">> Starting server..."
|
||||||
|
|
||||||
grunt >> /dev/null &
|
grunt execute:app >> /dev/null &
|
||||||
_pid="$!"
|
_pid="$!"
|
||||||
|
|
||||||
echo ">> Server started with pid: $_pid"
|
echo ">> Server started with pid: $_pid"
|
||||||
|
|
Loading…
Reference in a new issue