mirror of
https://github.com/luzifer-docker/openfire.git
synced 2024-12-20 12:11:19 +00:00
Fix: Test is not running in a TTY
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e0081481e5
commit
c94218f4a3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ docker run -d --name luzifer-openfire $(docker build -q .)
|
|||
trap cleanup EXIT
|
||||
|
||||
sleep 5 # Container needs a moment to spin up
|
||||
docker exec -ti luzifer-openfire sh -exc 'apk --no-cache add curl && curl -sL localhost:9090/index.jsp | grep -q "Openfire Setup"'
|
||||
docker exec -i luzifer-openfire sh -exc 'apk --no-cache add curl && curl -sL localhost:9090/index.jsp | grep -q "Openfire Setup"'
|
||||
|
||||
### ---- ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue