diff --git a/Dockerfile b/Dockerfile index 1b8c7e6..6421967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,5 @@ USER 10000 COPY --from=builder --chown=10000:10001 /go/bin/molly-brown /mb COPY --chown=10000:10001 ./molly.conf /mb/molly.conf -COPY --chown=10000:10001 ./entrypoint.sh /mb/entrypoint.sh -ENTRYPOINT /mb/entrypoint.sh CMD /mb/molly-brown -c /mb/molly.conf \ No newline at end of file diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100755 index dfdc5f7..0000000 --- a/entrypoint.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -chown 10000:10001 /mb/tls -chmod 600 -R /mb/tls