slub / ocrd_kitodo

Docker integration of Kitodo.Production and OCR-D
MIT License
9 stars 6 forks source link

Kitodo app's startup.sh lacks execution permissions #12

Closed SvenMarcus closed 2 years ago

SvenMarcus commented 2 years ago

The kitodo-app container cannot be started by Docker, because it lacks the permission to the startup.sh script. After chmod +x everything works fine.

markusweigelt commented 2 years ago

Thx. Execution permissions for startup.sh in the submodule is added now.