Skip to content

Fix missing entrypoint script in alpine Dockerfile

The alpine docker image was missing the entrypoint script and because of this, the documented configuration for trusted ssl server certificates was not working correctly with the alpine image.

Merge request reports