Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,4 +11,4 @@ WORKDIR /home/opencode
|
|
| 11 |
EXPOSE 7860
|
| 12 |
|
| 13 |
# 鍚姩鍛戒护
|
| 14 |
-
CMD OPENCODE_BIN_PATH=/usr/local/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64
|
|
|
|
| 11 |
EXPOSE 7860
|
| 12 |
|
| 13 |
# 鍚姩鍛戒护
|
| 14 |
+
CMD OPENCODE_BIN_PATH=/usr/local/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode opencode web --hostname 0.0.0.0 --port 7860
|