Spaces:
Sleeping
Sleeping
pierrelissope
commited on
Commit
·
6ade7f5
1
Parent(s):
c3a38ec
fix: fixed multi threaded job control
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user . /app
|
|
15 |
# Changer d'utilisateur
|
16 |
USER user
|
17 |
|
18 |
-
CMD uvicorn main:app --host localhost --port 7860 & uvicorn back:app --host localhost --port 8000
|
|
|
15 |
# Changer d'utilisateur
|
16 |
USER user
|
17 |
|
18 |
+
CMD uvicorn main:app --host localhost --port 7860 & uvicorn back:app --host localhost --port 8000 &
|