update
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -43,5 +43,5 @@ echo "OpenAPI documentation available at http://0.0.0.0:7860/doc"\n\
|
|
| 43 |
exec opencode serve --hostname 0.0.0.0 --port 7860\n\
|
| 44 |
' > /home/opencode/start.sh && chmod +x /home/opencode/start.sh
|
| 45 |
|
| 46 |
-
# Default command - start web server
|
| 47 |
-
CMD ["
|
|
|
|
| 43 |
exec opencode serve --hostname 0.0.0.0 --port 7860\n\
|
| 44 |
' > /home/opencode/start.sh && chmod +x /home/opencode/start.sh
|
| 45 |
|
| 46 |
+
# Default command - start web server directly
|
| 47 |
+
CMD ["sh", "-c", "opencode serve --hostname 0.0.0.0 --port 7860"]
|