Spaces:
Running
Running
Gabriel Vidal-Ayrinhac
commited on
Commit
·
50d4732
1
Parent(s):
a04c70d
change to single thread
Browse files- supervisord.conf +1 -1
supervisord.conf
CHANGED
@@ -14,7 +14,7 @@ stderr_logfile=/dev/stderr
|
|
14 |
stderr_logfile_maxbytes=0
|
15 |
|
16 |
[program:api]
|
17 |
-
command=
|
18 |
directory=/app
|
19 |
autostart=true
|
20 |
autorestart=true
|
|
|
14 |
stderr_logfile_maxbytes=0
|
15 |
|
16 |
[program:api]
|
17 |
+
command=fastapi dev hackathon/server/server.py --host 0.0.0.0 --port 3000
|
18 |
directory=/app
|
19 |
autostart=true
|
20 |
autorestart=true
|