Delete useless file

This commit is contained in:
2022-06-18 10:59:18 +02:00
parent e45da7c0fc
commit 15bfae8c1d

View File

@@ -62,8 +62,6 @@ COPY php.ini $PHP_INI_DIR/conf.d/
# Install Laravel Envoy # Install Laravel Envoy
RUN composer global require "laravel/envoy=~1.0" 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/ COPY ./entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh