forked from freeleaps/freeleaps-pub
Update for clear code
This commit is contained in:
parent
87bb463fa5
commit
171042821c
@ -908,10 +908,6 @@ docker exec -i "$DEVBOX_NAME" bash <<EOF
|
||||
echo "==> [BACKEND] Install backend dependencies..."
|
||||
pip install -r /home/devbox/freeleaps/apps/requirements.txt
|
||||
|
||||
# Check if /home/devbox/freeleaps/apps all dependencies are updated to requirements.txt
|
||||
pip freeze > /home/devbox/freeleaps/apps/requirements.txt
|
||||
|
||||
|
||||
touch /home/devbox/.backend_deps_installed
|
||||
echo "==> [BACKEND] Run backend service..."
|
||||
./start_webapi.sh > /home/devbox/logs/backend.logs 2>&1 &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user