install foreman

This commit is contained in:
f 2022-04-02 11:26:57 -03:00
parent f94c0be06d
commit 9d76c89d51

View file

@ -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