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.
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 namedonenet-0.0.1-SNAPSHOT.jar
Thank you in advance for resolving this.