Skip to content

Commit 38fb49b

Browse files
authored
Merge pull request laradock#1095 from exfriend/patch-2
Fix supervisord.conf file path
2 parents dcab211 + 08896f9 commit 38fb49b

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)