This website requires JavaScript.
Explore
Help
Sign In
public_git
/
bitnami-containers
mirror of
https://github.com/bitnami/containers.git
Watch
1
Star
0
Fork
You've already forked bitnami-containers
0
Code
Issues
Projects
Releases
Wiki
Activity
720912dab1
bitnami-containers
/
bitnami
/
apache
/
rootfs
/
entrypoint.sh
8 lines
103 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
[
-n
"
${
1
}
"
]
;
then
touch /etc/services.d/
$BITNAMI_APP_NAME
/down
fi
exec
/init
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink