Closed marcelldls closed 5 months ago
This fixes the entry point which fails with /bin/sh: 1: bash -c /epics/ioc/start.sh: not found
/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
ioc-adsimdetector
Thanks for this. I somehow missed the PR but am about to make changes and need this fix.
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