baseimage-docker/root/docker-entrypoint.sh
2026-02-03 09:49:58 +01:00

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