Expected Behavior
ENTRYPOINT command is executed in WORKDIR
Actual Behavior
ENTRYPOINT is executed in HOME
Steps to Reproduce
Convert Dockerfile containing both to singularity file an watch the %runscript section
Possible Fix
Add cd before the command
Expected Behavior
ENTRYPOINT command is executed in WORKDIR
Actual Behavior
ENTRYPOINT is executed in HOME
Steps to Reproduce
Convert Dockerfile containing both to singularity file an watch the %runscript section
Possible Fix
Add cd before the command