Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
+
|