Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ EXPOSE 7860
|
|
28 |
|
29 |
# Run the startup script to launch both FastAPI and Telegram Bot
|
30 |
# Use the start.sh script to launch the application (FAST API)
|
31 |
-
CMD ["bash", "start.sh"]
|
|
|
28 |
|
29 |
# Run the startup script to launch both FastAPI and Telegram Bot
|
30 |
# Use the start.sh script to launch the application (FAST API)
|
31 |
+
# CMD ["bash", "start.sh"]
|