MJSHIN0122
commited on
Commit
•
c0b3066
1
Parent(s):
8b62fb5
[fix] wrong path
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/sh
|
2 |
python app.py
|
3 |
-
gunicorn -b 0.0.0.0:7860 repo_directory.
|
|
|
1 |
#!/bin/sh
|
2 |
python app.py
|
3 |
+
gunicorn -b 0.0.0.0:7860 repo_directory.api_main:app
|