Explicitly run the CMD now too
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 12:10:44 +02:00
parent 41109378eb
commit 6fab400866
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/entrypoint.sh"]
CMD ["supervisord", "-c", "/app/supervisord.conf"]