This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
stack-orchestrator
Watch
3
Star
0
Fork
0
You've already forked stack-orchestrator
forked from
cerc-io/stack-orchestrator
Code
Pull Requests
Activity
e3e96fa75e
stack-orchestrator
/
app
/
data
/
container-build
/
cerc-builder-js
/
entrypoint.sh
4 lines
46 B
Bash
Raw
Normal View
History
Unescape
Escape
Add generic entrypoint
2022-12-12 19:38:12 +00:00
#!/bin/sh
Work around docker uid/gid insanity Former-commit-id: b84a28592df56104fc25ab6337ab5c53bfd658bd
2023-02-24 03:50:20 +00:00
/scripts/fixup-for-uid.sh
Add generic entrypoint
2022-12-12 19:38:12 +00:00
exec
"
$@
"
Copy Permalink