From 9d76c89d515dbd7057459afa090bc55ea1bf1aa5 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 2 Apr 2022 11:26:57 -0300 Subject: [PATCH] install foreman --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6c685b2..e2f418e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN adduser -s /bin/sh -G www-data -h /srv -D rails RUN install -dm 750 -o rails -g www-data /srv RUN apk add --no-cache jemalloc daemonize +RUN gem install --no-document --no-user-install foreman COPY ./monit.conf /etc/monit.d/rails.conf COPY ./Procfile /etc/Procfile