Dockerfile: Remove ENTRYPOINT
authorGilbert Gilb's <gilbsgilbs@users.noreply.github.com>
Sun, 14 May 2017 07:56:03 +0000 (09:56 +0200)
committerAlbert Nigmatzianov <albertnigma@gmail.com>
Sun, 14 May 2017 07:56:03 +0000 (09:56 +0200)
commitc7646551bed0cfe81aa0581d7b50f46bb77aa2a8
treeb5da2263cf5434d217cac8905f245e968e2b8333
parentaf72db806f2c1c0bf1dfe5832275c41eeba89906
Dockerfile: Remove ENTRYPOINT

It's pointless to set `/bin/sh` as entrypoint. `/bin/sh` is already the default command, and on the top of that, setting `/bin/sh` as entrypoint ignores the command.
Dockerfile