binary1ne commited on
Commit
f07b51c
·
verified ·
1 Parent(s): 570cbfa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -18,8 +18,10 @@ ENV KEYCLOAK_ADMIN_PASSWORD=admin
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",\
 
18
  # Expose Hugging Face port
19
  EXPOSE 7860
20
 
21
+ CMD ["/opt/keycloak/bin/kc.sh", "start", "--help"]
22
+
23
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh" ]
24
+
25
  CMD ["start",\
26
  "--http-port=7860", \
27
  "--http-enabled=true",\