RobLoach / Dockie

:whale: Collection of Modern Development Environments for Docker
https://registry.hub.docker.com/repos/dockie/
Other
50 stars 18 forks source link

WORKDIR should be without quotes #18

Closed bforchhammer closed 9 years ago

bforchhammer commented 9 years ago

WORKDIR should be without quotes, otherwise you end up on the path /"/var/www/html" (including the quotes), which looks very strange if you try to open up a bash shell afterwards (e.g. via sudo docker exec -it <containerIdOrName> bash). I also expect that later commands would not work as expected... ;-)

RobLoach commented 9 years ago

Thanks for the fix :+1: :dancer: :8ball: :package: :walking: :fireworks: