Skip to content
Snippets Groups Projects
Commit ea516728 authored by David Trattnig's avatar David Trattnig
Browse files

Build web apps before starting the API.

parent d6e89b11
No related branches found
No related tags found
No related merge requests found
......@@ -21,5 +21,8 @@ if [ $mode == "lqs" ]; then
fi
if [ $mode == "api" ]; then
echo "Building Web Applications"
sh ./script/build-web.sh
echo "Starting API Server"
/usr/bin/python3.7 api.py
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment