config changes

This commit is contained in:
tamsin woo 2024-03-23 15:21:07 -07:00
parent 55d6885c15
commit a99955944f

View File

@ -12,6 +12,6 @@ RUN addgroup -S --gid 10001 mb && \
USER 10000
COPY --from=builder --chown=10000:10001 /go/bin/molly-brown /mb
COPY ./molly.conf /etc/molly.conf
COPY ./molly.conf /mb/molly.conf
CMD /mb/molly-brown
CMD /mb/molly-brown -c /mb/molly.conf -C /mb -u 10000