build: Update docker file to install supervisord

This commit is contained in:
pablohashescobar 2022-12-15 02:57:12 +05:30
parent c7c2c19d5b
commit 2fa8b68b7a

View File

@ -129,6 +129,7 @@ USER captain
# Expose container port and run entry point script
EXPOSE 8000
USER root
RUN apk --update add supervisor