dreamfactorysoftware / df-docker

Docker container for DreamFactory.
59 stars 56 forks source link

fixed entrypoint script so containers are reusable/restartable #12

Closed philicious closed 8 years ago

philicious commented 8 years ago

fixes #11 #13

After some digging I found the actual culprit to be the grep -c.. which made the script exit and therefore the entire container.

I also added cleaning the Apache PID file as seen in many popular Docker images using Apache

philicious commented 8 years ago

gonna move this PR to a differrent branch than master