Skip to content

Commit 9d21ef6

Browse files
Create startup.sh
1 parent 3bfdbfb commit 9d21ef6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/startup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
cd backend
3+
pip install -r requirements.txt
4+
python app.py

0 commit comments

Comments
 (0)