Do not default to php user shim.

This commit is contained in:
Greyscale 2022-05-18 07:59:31 +02:00
parent 8c7f3f6471
commit 5fc524e468
No known key found for this signature in database
GPG key ID: EF017054C3E9CD59

View file

@ -109,7 +109,7 @@ RUN apt-get -qq update && \
# Make sure all our new services are executable
chmod +x /etc/service/*/run && \
# Insert shim for php-cli still running in this nginx container to run as www-data.
mv /conf/php-cli-user-shim.sh /usr/local/sbin/php && \
mv /conf/php-cli-user-shim.sh /usr/local/sbin/php-uid && \
chmod +x /usr/local/sbin/php && \
# Cleanup the /conf dir
rm -R /conf && \