We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error message is: /bin/sh: line 1: /opt/ocpp-gateway/run-server.sh: Permission denied
After looking at #44 and #79 made sure the run-server.sh is LF terminated and not CRLF terminated. That did not help.
The text was updated successfully, but these errors were encountered:
\ocpp-gateway-container\Dockerfile
Added chmod +x:
ENTRYPOINT /opt/ocpp-gateway/run-server.sh RUN chmod +x /opt/ocpp-gateway/run-server.sh CMD /opt/ocpp-gateway/run-server.sh
Solved the problem.
Sorry, something went wrong.
I have tried this and replace the existing lines but still getting the below error
/bin/sh: line 1: /opt/ocpp-gateway/run-server.sh: cannot execute: required file not found
Can you please attach the log file. Thx.
No branches or pull requests
The error message is:
/bin/sh: line 1: /opt/ocpp-gateway/run-server.sh: Permission denied
After looking at #44 and #79 made sure the run-server.sh is LF terminated and not CRLF terminated. That did not help.
The text was updated successfully, but these errors were encountered: