xdragxt commited on
Commit
d3d2b56
·
verified ·
1 Parent(s): cdecd96

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN mkdir -p /app/sessions && chmod 777 /app/sessions
21
  # Start the FastAPI app
22
 
23
 
24
- CMD bash start & python3 server.py
 
21
  # Start the FastAPI app
22
 
23
 
24
+ CMD python3 jarvis.py & python3 server.py