1
0
stack-orchestrator/app/data/container-build/cerc-builder-js/entrypoint.sh
David Boreham 25a755982e Implement new approach: build a uid-specific container
Former-commit-id: 6704cd752703159530775718d6d61fdeed027bdb
2023-02-24 22:14:28 -07:00

4 lines
42 B
Bash
Executable File

#!/bin/sh
/scripts/check-uid.sh
exec "$@"