Remove unused entrypoint
This commit is contained in:
parent
fc21e20714
commit
0f3e3f23e5
@ -3,7 +3,3 @@ FROM jboss/keycloak:9.0.0
|
||||
EXPOSE 8080
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
COPY sbin/* /sbin/
|
||||
|
||||
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||
|
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu -o pipefail
|
||||
|
||||
/opt/jboss/tools/docker-entrypoint.sh "$@"
|
Reference in New Issue
Block a user