3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
echo "Hi, I'm your /docker-entrypoint.sh. You have to make me work by shaping me tenderly!"
|
|
exit 0
|