Closed maowtm closed 2 years ago
Just realized that docker simply use the entrypoint as execp argument (which has PATH
resolution), so that simply by saying ENTRYPOINT ["sh", ...]
would work for invoking shell. This means that we probably should leave it as-is and not change the semantic of entrypoint. They can always specify ./exe
anyway...
i.e.
should set entrypoint to
/usr/src/app/app