kshitijthakkar
commited on
Commit
·
4ea319e
1
Parent(s):
d1fd912
removed run.sh deps
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -25,9 +25,6 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 25 |
pip install --no-cache-dir --user -r requirements.txt
|
| 26 |
|
| 27 |
# Make start.sh executable
|
| 28 |
-
RUN chmod +x run.sh
|
| 29 |
EXPOSE 8000 7860
|
| 30 |
# Run the startup script
|
| 31 |
-
#CMD ["sh", "-c", "bash run.sh"]
|
| 32 |
-
#CMD bash -c "python /app/mcp_server.py & sleep 60 && python /app/app.py"
|
| 33 |
CMD bash -c "python /app/enhanced_app.py"
|
|
|
|
| 25 |
pip install --no-cache-dir --user -r requirements.txt
|
| 26 |
|
| 27 |
# Make start.sh executable
|
|
|
|
| 28 |
EXPOSE 8000 7860
|
| 29 |
# Run the startup script
|
|
|
|
|
|
|
| 30 |
CMD bash -c "python /app/enhanced_app.py"
|