Explorar o código

Fix supervisord.conf file path

otherwise image ignores the supplied supervisord.conf
Vladislav Otchenashev %!s(int64=7) %!d(string=hai) anos
pai
achega
08896f9fb6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      php-worker/Dockerfile

+ 1 - 1
php-worker/Dockerfile

@@ -19,7 +19,7 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
 # 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
 
 #
 #--------------------------------------------------------------------------