diff --git a/Dockerfile b/Dockerfile index c9a5d68..770d52a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,4 @@ USER 10000 COPY --from=builder --chown=10000:10001 /go/bin/molly-brown /mb COPY ./molly.conf /mb/molly.conf -ENTRYPOINT 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 100644 index e057b14..0000000 --- a/entrypoint.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -chmod 400 -R /mb/tls