Fix supervisord.conf file path

otherwise image ignores the supplied supervisord.conf
This commit is contained in:
Vladislav Otchenashev 2017-08-16 00:33:51 +03:00 committed by GitHub
parent dcab211b07
commit 08896f9fb6

View File

@ -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
#
#--------------------------------------------------------------------------