binary1ne commited on
Commit
87827f1
·
verified ·
1 Parent(s): f9ec956

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -18,10 +18,12 @@ ENV KEYCLOAK_ADMIN_PASSWORD=admin
18
  # Expose Hugging Face port
19
  EXPOSE 7860
20
 
21
- ENTRYPOINT ["/opt/keycloak/bin/kc.sh", "start", \
 
 
 
22
  "--http-enabled=true",\
23
  "--http-host=0.0.0.0", \
24
- "--http-port=7860", \
25
  "--metrics-enabled=true",\
26
  "--hostname-strict=false", \
27
  "--proxy-headers=xforwarded",\
 
18
  # Expose Hugging Face port
19
  EXPOSE 7860
20
 
21
+ ENTRYPOINT ["/opt/keycloak/bin/kc.sh" ]
22
+ CMD ["start", "--help]
23
+ CMD ["start",\
24
+ "--http-port=7860", \
25
  "--http-enabled=true",\
26
  "--http-host=0.0.0.0", \
 
27
  "--metrics-enabled=true",\
28
  "--hostname-strict=false", \
29
  "--proxy-headers=xforwarded",\