european-dynamics-rnd / OneNet

8 stars 1 forks source link

Ubuntu Ubuntu 20.04.4 deployment issue #2

Closed tekija closed 2 years ago

tekija commented 2 years ago

Upon following instruction for deployment (with docker-compose up –d) following error occured: The command '/bin/sh -c chmod u+x /opt/scripts/start.sh' returned a non-zero code: 1 I have found content of the script start.sh: java -jar /opt/feg-local/backend/onenet-0.0.1-SNAPSHOT.jar --sofia.uri=${SOFIA_URI_ENV} But there is no jar file named onenet-0.0.1-SNAPSHOT.jar Thank you in advance for resolving this.