Now stuff is installed in the container instead of the image
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p /etc/php # Creates /etc/php if it doesn't exist
|
||||
mv /tmp/buildtime/etc/php/* /etc/php/
|
||||
|
||||
# Start each version listed in PHP_VERSIONS
|
||||
for version in $PHP_VERSIONS; do
|
||||
|
||||
Reference in New Issue
Block a user