From 08896f9fb60d47d406f0764e49bf6e235bfed704 Mon Sep 17 00:00:00 2001 From: Vladislav Otchenashev Date: Wed, 16 Aug 2017 00:33:51 +0300 Subject: [PATCH] Fix supervisord.conf file path otherwise image ignores the supplied supervisord.conf --- php-worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-worker/Dockerfile b/php-worker/Dockerfile index 2eb3f92f..687cec5f 100644 --- a/php-worker/Dockerfile +++ b/php-worker/Dockerfile @@ -19,7 +19,7 @@ MAINTAINER Mahmoud Zalt # Modify the ./supervisor.conf file to match your App's requirements. # Make sure you rebuild your container with every change. # -COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf +COPY supervisord.conf /etc/supervisord.conf # #--------------------------------------------------------------------------