This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
stack-orchestrator
Watch
17
Star
1
Fork
3
You've already forked stack-orchestrator
Code
Issues
113
Pull Requests
18
Actions
4
Packages
Projects
Releases
480
Wiki
Activity
b84a28592d
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
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
"
$@
"
Reference in New Issue
Copy Permalink