Merge branch '8.0' into 8.1

This commit is contained in:
2022-06-18 11:00:26 +02:00

View File

@@ -62,8 +62,6 @@ COPY php.ini $PHP_INI_DIR/conf.d/
# Install Laravel Envoy
RUN composer global require "laravel/envoy=~1.0"
#--------------------Add supervisor file in supervisor directory ------------------------------------
#ADD worker/supervisord.conf /etc/supervisor/conf.d/worker.conf
COPY ./entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.sh