Compare commits

...

3 Commits

Author SHA1 Message Date
e4267e2902 Revert "add entrypoint to ensure TLS file permissions"
This reverts commit d3728df9ad.
2024-03-23 16:32:51 -07:00
eff7caa566 Revert "oops"
This reverts commit 6900c0fcb1.
2024-03-23 16:32:49 -07:00
555ee67990 Revert "docker entrypoint fix"
This reverts commit 250bd9ab1f.
2024-03-23 16:32:46 -07:00
2 changed files with 1 additions and 6 deletions

View File

@ -12,8 +12,6 @@ RUN addgroup -S --gid 10001 mb && \
USER 10000 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 --chown=10000:10001 ./molly.conf /mb/molly.conf COPY ./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 CMD /mb/molly-brown -c /mb/molly.conf

View File

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