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

3 lines
37 B
Bash
Executable file

#!/bin/sh
echo "Hello World!"
exit 0