-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Problem starting the docker image #133
Comments
@MichaelsJP did you mistake this for an ors backend issue? There doesn't seem to be any work done on this poiservice issue |
I am running into the same error when trying to run. Has there been any solution/fix? |
I think it can be the cr/lf problem. Try running it in a linux virtual machine |
Managed to get this to work eventually. Fixed issues in the code using https://www.shellcheck.net/ And then fixed the cr/lf issue using VS Code, instructions from ChatGPT for anyone with same problem:
|
I've encountered the same issue and your fix worked. If more people get this error maybe it would be a good idea to update |
It tries to run run.sh and get this error
2023-01-04 23:41:59 ops-api | run.sh: line 5: syntax error near unexpected token
elif' '023-01-04 23:41:59 ops-api | run.sh: line 5:
elif [[ ! -z "$INIT_DB" ]]; thenI assume something is not setup correctly, but what have I been missing?
Thanks
Mats
The text was updated successfully, but these errors were encountered: