Remove unused entrypoint

This commit is contained in:
Luke Murphy 2020-03-29 11:47:43 +02:00
parent fc21e20714
commit 0f3e3f23e5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 0 additions and 9 deletions

View File

@ -3,7 +3,3 @@ FROM jboss/keycloak:9.0.0
EXPOSE 8080
COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/entrypoint.sh"]

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -eu -o pipefail
/opt/jboss/tools/docker-entrypoint.sh "$@"