wunderio / image-fuzzy-alpine-devshell

https://quay.io/repository/wunder/fuzzy-alpine-devshell
GNU General Public License v3.0
0 stars 1 forks source link

changed dockerfile cmd to entrypoint to fix shell run #30

Closed james-nesbitt closed 8 years ago

james-nesbitt commented 8 years ago

A quick patch to fix the broken command shell. This patch converts the CMD to an ENTRYPOINT, so that the inherited entrypoint from the alpine-php image is not used.

This fixes https://github.com/wunderkraut/wundertools-image-fuzzy-developershell/issues/29

james-nesbitt commented 8 years ago

@aleksijohansson still running a test build now

aleksijohansson commented 8 years ago

Tested to work. Merging.