From 2fa8b68b7aa92f4a394e1f52178dde8ec70ebb08 Mon Sep 17 00:00:00 2001 From: pablohashescobar Date: Thu, 15 Dec 2022 02:57:12 +0530 Subject: [PATCH] build: Update docker file to install supervisord --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index efdcfbe684..abb8505cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -129,6 +129,7 @@ USER captain # Expose container port and run entry point script EXPOSE 8000 +USER root RUN apk --update add supervisor