Now stuff is installed in the container instead of the image
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
/bin/sh /entrypoint/container-php-ver-inst.sh
|
||||
/bin/sh /entrypoint/install-php-versions.sh
|
||||
|
||||
# Run the CMD that was passed (or default)
|
||||
#exec "$@"
|
||||
exec "$@"
|
||||
|
||||
tail -f /dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user