install foreman
This commit is contained in:
parent
f94c0be06d
commit
9d76c89d51
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue