From ec2e668ddd737757fe9a9627211be685d0ef3283 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Thu, 22 May 2025 12:39:01 -0400 Subject: [PATCH] The last time I tried this the monkey didn't survive. Let's hope it works better this time. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d1192bc..62cb0f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ COPY --from=library /app/vendor /app/vendor ADD src src/ ADD server.php . ADD .rr.yaml . +ADD config.php . EXPOSE 9501