binary1ne commited on
Commit
1d6ffa8
·
verified ·
1 Parent(s): 5919aaa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -12,4 +12,6 @@ EXPOSE 7860
12
 
13
  # Start Keycloak in dev mode (in-memory DB, no Liquibase errors)
14
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
15
- CMD ["start-dev", "--http-port=7860", "--hostname-strict=false", "--hostname=0.0.0.0"]
 
 
 
12
 
13
  # Start Keycloak in dev mode (in-memory DB, no Liquibase errors)
14
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
15
+ # CMD ["start-dev", "--http-port=7860", "--hostname-strict=false", "--hostname=0.0.0.0"]
16
+ CMD ["start-dev", "--http-port=7860", "--hostname-strict=false", "--hostname=binary1ne-keyclock.hf.space"]
17
+