renminwansui1976 commited on
Commit
dd78213
·
unverified ·
1 Parent(s): 823a1d7

更新 Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ["bash"]
 
 
 
 
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"]