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
Line: 2
CMD [ "executable" ]
^^^
Warning: There can only be one CMD instruction in a Dockerfile
Line: 3
CMD [ "executable" ]
^^^
Warning: There can only be one CMD instruction in a Dockerfile
Line: 4
ENTRYPOINT [ "executable" ]
^^^^^^^^^^
Warning: There can only be one ENTRYPOINT instruction in a Dockerfile
Line: 5
ENTRYPOINT [ "executable" ]
^^^^^^^^^^
Warning: There can only be one ENTRYPOINT instruction in a Dockerfile
Line: 6
HEALTHCHECK CMD [ "executable" ]
^^^^^^^^^^^
Warning: There can only be one HEALTHCHECK instruction in a Dockerfile
Line: 7
HEALTHCHECK CMD [ "executable" ]
^^^^^^^^^^^
Warning: There can only be one HEALTHCHECK instruction in a Dockerfile
We should just flag the duplicate that is not the last one as the last one is valid and will be used by the created image.
The text was updated successfully, but these errors were encountered:
We should just flag the duplicate that is not the last one as the last one is valid and will be used by the created image.
The text was updated successfully, but these errors were encountered: