Closed mkiszka closed 1 year ago
I'm running Docker on:
I'm not sure if it's global problem or only mine.
After building the Dockerfile and running the container, I encountered a problem. The container starts with the error:
Unknown command or add-on! not recognized For help, use /usr/bin/supervisord -h
This was because the Ubuntu shell has a problem with Windows-style line endings in scripts.
Running without any error
I will create PR with Fix 1 for a moment.
Thank you for reporting this! I merged your fix. Let me know if there's anything else that needs to change for this issue.
Now, everything's ok. Thanks.
Bug Report
I'm running Docker on:
I'm not sure if it's global problem or only mine.
Actual behavior
After building the Dockerfile and running the container, I encountered a problem. The container starts with the error:
Unknown command or add-on! not recognized For help, use /usr/bin/supervisord -h
This was because the Ubuntu shell has a problem with Windows-style line endings in scripts.
Expected behavior
Running without any error
Fix 1:
Fix 2:
I will create PR with Fix 1 for a moment.