nim-dagger/docker/docker-entrypoint.sh

6 lines
51 B
Bash
Raw Normal View History

#!/bin/bash
# Run
echo "Run Codex node"
exec "$@"