You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: