Skip to content

Commit

Permalink
fix pidfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Mar 25, 2024
1 parent 6dd15b2 commit 202943f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ FROM ruby:3.2.2-alpine3.18 as app

ENV RAILS_ENV=production
ENV BUNDLE_WITHOUT="development:test"
ENV PIDFILE=/dev/null

WORKDIR /app

Expand Down Expand Up @@ -67,4 +66,4 @@ WORKDIR /data/docuseal
ENV WORKDIR=/data/docuseal

EXPOSE 3000
CMD ["/app/bin/rails", "server"]
CMD ["/app/bin/bundle", "exec", "puma", "-C", "/app/config/puma.rb", "--dir", "/app"]

0 comments on commit 202943f

Please sign in to comment.