add: entrypoint
This commit is contained in:
6
bin/entrypoint.sh
Normal file
6
bin/entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Start the cron service in the background
|
||||
service cron start
|
||||
|
||||
# Execute the default Docker CMD (which starts Apache in the foreground)
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user