docker-ha-bridge
docker-ha-bridge copied to clipboard
Corrupt .jar file
I did a
docker pull aptalca/home-automation-bridge
which ran fine.
Then did
docker run -d --name="Home-Automation-Bridge" -e SERVERIP="192.168.3.110" -e SERVERPORT="8055" -p 8055:8055 -v /Users/hd/habridge/config/:/config:rw -v /etc/localtime:/etc/localtime:ro aptalca/home-automation-bridge
The console shows:
Error: Invalid or corrupt jarfile ha-bridge-5.4.0.jar
Can anyone help?