From a29ffa9209be10948f47c613ba32c45d60ee89be Mon Sep 17 00:00:00 2001 From: Jake Low Date: Tue, 10 Feb 2026 11:38:09 -0800 Subject: [PATCH] Ignore pidfile when running in Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55c6b9f02..15a651532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ COPY --from=builder --chown=1001:0 /MapRouletteAPI /MapRouletteAPI USER maproulette WORKDIR /MapRouletteAPI -CMD /MapRouletteAPI/bin/maprouletteapi -Dhttp.port=80 +CMD ["/MapRouletteAPI/bin/maprouletteapi", "-Dhttp.port=80", "-Dpidfile.path=/dev/null"]