Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ EXPOSE 7860
|
|
26 |
# 5000
|
27 |
|
28 |
# Run the startup script to launch both FastAPI and Telegram Bot
|
29 |
-
CMD ["bash", "start.sh"]
|
|
|
26 |
# 5000
|
27 |
|
28 |
# Run the startup script to launch both FastAPI and Telegram Bot
|
29 |
+
# CMD ["bash", "start.sh"]
|