andrewwhitehead / schemaspy-docker

Quickly run SchemaSpy on a database and serve the results
Apache License 2.0
10 stars 9 forks source link

Fails to start httpd #2

Closed IanVaughan closed 6 years ago

IanVaughan commented 6 years ago

After generating all the schema etc, start.sh errors on staring the httpd server

...
INFO  - Started Main in 55.556 seconds (JVM running for 56.112)
Starting webserver on port 8080
start.sh: line 74: httpd: not found
IanVaughan commented 6 years ago

I have a fix that solves it via using PHP instead https://github.com/quiqupltd/schemaspy-docker/pull/1

I'll tidy that up and submit an MR here in a bit.

andrewwhitehead commented 6 years ago

Fixed by adding the busybox-extras package.