sbin/init needs to be executable by www-data
This commit is contained in:
parent
55e8429e75
commit
005f6b1161
@ -17,5 +17,6 @@ RUN docker-php-ext-install -j$(nproc) pdo_mysql pdo_pgsql ldap gettext
|
||||
RUN curl https://getcomposer.org/installer|php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
COPY init /sbin
|
||||
RUN chmod 550 /sbin/init && chown 0:33 /sbin/init
|
||||
ENTRYPOINT [ "/sbin/init" ]
|
||||
CMD [ "php-fpm" ]
|
||||
|
Loading…
Reference in New Issue
Block a user