| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Change entry script call
Remove redundant code
There was a problem hiding this comment.
Remove redundant code
Sorry, something went wrong.
|
Could you explain the rationale of this PR a bit? |
Sorry, something went wrong.
There was a problem hiding this comment.
ENTRYPOINT ["/entrypoint.sh"] it will have permission issues, causing it to not work properly when running docker container. so change into ENTRYPOINT ["/bin/sh", "/entrypoint.sh"] can fixed it
Sorry, something went wrong.
✅ Backports have been createdDetails
|
Sorry, something went wrong.
* Update Dockerfile Change entry script call * Update Dockerfile Remove redundant code (cherry picked from commit f8ebbaf)
* Update Dockerfile Change entry script call * Update Dockerfile Remove redundant code (cherry picked from commit f8ebbaf)
| Back | FazBrowse Home | New Git URL |
Change entry script call