From 4052b6fe1333905429aea7bc46412c2e2abc5c65 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 25 Feb 2024 21:15:00 +0200 Subject: [PATCH] puma pid /dev/null --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 211cc491..9833d836 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ FROM ruby:3.2.2-alpine3.18 as app ENV RAILS_ENV=production ENV BUNDLE_WITHOUT="development:test" +ENV PIDFILE=/dev/null WORKDIR /app