Open
Description
Page
/docs/standalone/docker/
Details
The default Dockerfile example could be simplified. The default one should not have the last entrypoint line. That line gives a lot of unexpected situations. It took days to figure that out.
Removing that entrypoint line immediately solved all issues.
As a second example you could leave the entrypoint line in, but please specify what that means.
Suggested Edits
See above.
References
No response
Activity