Fix error logging on file not found

This commit is contained in:
2021-03-19 10:37:18 +01:00
parent 53c72d9f90
commit ae77837ec0
2 changed files with 14 additions and 6 deletions

View File

@ -20,6 +20,7 @@ FROM scratch
WORKDIR /
CMD mkdir /scripts
CMD touch /scripts/curl.sh
CMD echo "#!/bin/sh" >> /scripts/curl.sh
CMD echo "echo Hello there!" >> /scripts/curl.sh