Merge pull request #1095 from exfriend/patch-2

Fix supervisord.conf file path
This commit is contained in:
Mahmoud Zalt 2017-08-17 04:37:18 +03:00 committed by GitHub
commit 38fb49bccc

View File

@ -19,7 +19,7 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
# Modify the ./supervisor.conf file to match your App's requirements. # Modify the ./supervisor.conf file to match your App's requirements.
# Make sure you rebuild your container with every change. # Make sure you rebuild your container with every change.
# #
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY supervisord.conf /etc/supervisord.conf
# #
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------