epics-containers / ioc-template

A copier template for creating generic IOC repositories
Apache License 2.0
0 stars 1 forks source link

Fix entry point #4

Closed marcelldls closed 5 months ago

marcelldls commented 5 months ago

This fixes the entry point which fails with /bin/sh: 1: bash -c /epics/ioc/start.sh: not found

This change is inline with ioc-adsimdetector which already works as desired: https://github.com/epics-containers/ioc-adsimdetector/blob/3996868e07fc9d561689cdead08d29c490e221f5/Dockerfile#L72C1-L72C38

gilesknap commented 5 months ago

Thanks for this. I somehow missed the PR but am about to make changes and need this fix.