From 6900c0fcb102b9d162890f3c3d79e43b81bf3fa0 Mon Sep 17 00:00:00 2001 From: tamsin woo Date: Sat, 23 Mar 2024 16:19:07 -0700 Subject: [PATCH] oops --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c9a5d68..813fd26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ USER 10000 COPY --from=builder --chown=10000:10001 /go/bin/molly-brown /mb COPY ./molly.conf /mb/molly.conf +COPY ./entrypoint.sh /mb/entrypoint.sh ENTRYPOINT entrypoint.sh CMD /mb/molly-brown -c /mb/molly.conf \ No newline at end of file