added php execution
This commit is contained in:
7
entrypoint.sh
Normal file
7
entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "$@"
|
||||
|
||||
exec seaweb $@
|
||||
Reference in New Issue
Block a user