Compare commits

..

No commits in common. "e4267e29026ed77f1966e735b684c607f45dd92a" and "250bd9ab1f2ce004352ba06f3d2ee6ad9174584e" have entirely different histories.

2 changed files with 6 additions and 1 deletions

View File

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

3
entrypoint.sh Executable file
View File

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