Skip to content

Commit 08896f9

Browse files
authored
Fix supervisord.conf file path
otherwise image ignores the supplied supervisord.conf
1 parent dcab211 commit 08896f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
1919
# Modify the ./supervisor.conf file to match your App's requirements.
2020
# Make sure you rebuild your container with every change.
2121
#
22-
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
22+
COPY supervisord.conf /etc/supervisord.conf
2323

2424
#
2525
#--------------------------------------------------------------------------

0 commit comments

Comments
 (0)