This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
JBOPS
Watch
1
Star
0
Fork
0
You've already forked JBOPS
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fdc97d6e51
JBOPS
/
docker-entrypoint.sh
7 lines
107 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: add container Signed-off-by: Devin Buhl <devin@buhl.casa>
2023-12-13 22:15:37 +00:00
#!/usr/bin/env bash
exec
\
use correct python path
2024-04-13 16:06:44 +00:00
/usr/local/bin/python
\
feat: add container Signed-off-by: Devin Buhl <devin@buhl.casa>
2023-12-13 22:15:37 +00:00
"
/app/
${
JBOPS_SCRIPT_PATH
}
"
\
"
$@
"
Reference in New Issue
Copy Permalink