Files
cubbi/cubbi/images/goose/entrypoint.sh

8 lines
261 B
Bash
Executable File

#!/bin/bash
# Entrypoint script for Goose image
# Executes the standard initialization script, which handles user setup,
# service startup (like sshd), and switching to the non-root user
# before running the container's command (CMD).
exec /cubbi-init.sh "$@"