Spaces:
Sleeping
Sleeping
更新 Dockerfile
Browse files- Dockerfile +6 -1
Dockerfile
CHANGED
|
@@ -33,5 +33,10 @@ ENV HOME=/home/user
|
|
| 33 |
WORKDIR /home/user/app
|
| 34 |
USER 1000:1000
|
| 35 |
|
|
|
|
|
|
|
| 36 |
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/openclaw-hf-sync"]
|
| 37 |
-
CMD
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
WORKDIR /home/user/app
|
| 34 |
USER 1000:1000
|
| 35 |
|
| 36 |
+
EXPOSE 7860
|
| 37 |
+
|
| 38 |
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/openclaw-hf-sync"]
|
| 39 |
+
# Replace the CMD below with your actual service command, e.g.:
|
| 40 |
+
# CMD ["node", "server.js"]
|
| 41 |
+
# CMD ["python", "app.py"]
|
| 42 |
+
CMD ["node", "server.js"]
|