entrypoint.sh hinzugefügt
This commit is contained in:
parent
99a802a685
commit
bc9dd25fcb
1 changed files with 5 additions and 0 deletions
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
touch "$1"
|
Loading…
Add table
Reference in a new issue