Explicitly run the CMD now too
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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