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
Users extending the base Dockerfile with custom WORKDIR directives
encountered container startup failures due to relative paths in both
the startup script and CMD directive.
Changed both to use absolute paths, making the container immune to
WORKDIR changes in derived images.
0 commit comments