Revert "add entrypoint to ensure TLS file permissions"

This reverts commit d3728df9ad.
This commit is contained in:
tamsin woo 2024-03-23 16:32:51 -07:00
parent eff7caa566
commit e4267e2902
2 changed files with 0 additions and 4 deletions

View File

@ -14,5 +14,4 @@ USER 10000
COPY --from=builder --chown=10000:10001 /go/bin/molly-brown /mb COPY --from=builder --chown=10000:10001 /go/bin/molly-brown /mb
COPY ./molly.conf /mb/molly.conf COPY ./molly.conf /mb/molly.conf
ENTRYPOINT entrypoint.sh
CMD /mb/molly-brown -c /mb/molly.conf CMD /mb/molly-brown -c /mb/molly.conf

View File

@ -1,3 +0,0 @@
#!/bin/sh
chmod 400 -R /mb/tls