Fix error logging on file not found
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user