Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ RUN chmod +x start-openclaw.sh
|
|
| 20 |
ENV PORT=7860 HOME=/root
|
| 21 |
|
| 22 |
EXPOSE 7860
|
| 23 |
-
CMD ["./start-openclaw.sh"]
|
|
|
|
| 20 |
ENV PORT=7860 HOME=/root
|
| 21 |
|
| 22 |
EXPOSE 7860
|
| 23 |
+
CMD ["./start-openclaw.sh"]
|