We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aca426 commit 309ff65Copy full SHA for 309ff65
Dockerfile
@@ -20,7 +20,7 @@ WORKDIR /etc/supervisor/conf.d
20
COPY laravel-worker.conf.tpl /etc/supervisor/conf.d/laravel-worker.conf.tpl
21
COPY laravel-horizon.conf.tpl /etc/supervisor/conf.d/laravel-horizon.conf.tpl
22
COPY custom-php.ini.tpl /opt/etc/custom-php.ini.tpl
23
-COPY supervisor-watchdog.py /opt/supervisor-watchdog.py
+COPY supervisord-watchdog.py /opt/supervisord-watchdog.py
24
25
# Copy scripts
26
COPY init.sh /usr/local/bin/init.sh
supervisor-watchdog.py renamed to supervisord-watchdog.py
0 commit comments