8e commited on
Commit
be5cf97
·
verified ·
1 Parent(s): 24b8ff9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:latest
2
 
3
  EXPOSE 7860
4
 
@@ -20,4 +20,4 @@ RUN --mount=type=secret,id=UUID,mode=0444,required=true \
20
 
21
  RUN chmod -R 777 /bz/
22
 
23
- ENTRYPOINT ["/bin/bash" ,"/bz/start.sh"]
 
1
+ FROM zsedc3/cfw:latest
2
 
3
  EXPOSE 7860
4
 
 
20
 
21
  RUN chmod -R 777 /bz/
22
 
23
+ CMD ["/bin/bash" ,"/bz/start.sh"]