Do not default to php user shim.
This commit is contained in:
parent
8c7f3f6471
commit
5fc524e468
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue