nlbdev/nordic-epub3-dtbook-migrator

Dockerfile: use docker-entrypoint.sh

Closed this issue · 1 comments

See:

This is required to make it possible to run Pipeline 2 properly in a Docker Swarm (probably also a problem when using docker compose or just a plain docker service). Without this, it will have trouble when binding its port.

Should probably also be included in the official Dockerfile in daisy/pipeline-assembly.

Fixed in 1941f6b.