1
0
mirror of https://github.com/AmigaPorts/docker-amiga-gcc.git synced 2025-11-21 01:32:07 +00:00
Files
docker-amiga-gcc/imagefiles/entrypoint.sh
Marlon Beijer 5708a95e99 Run command
2019-06-25 16:06:49 +02:00

7 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
# This is the entrypoint script for the dockerfile. Executed in the
# container at runtime.
exec "$@"