Revert "Revert "docker entrypoint fix""
This reverts commit 555ee67990
.
This commit is contained in:
parent
9ff10e32f2
commit
4cc30d6076
@ -12,8 +12,8 @@ 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 ./molly.conf /mb/molly.conf
|
COPY --chown=10000:10001 ./molly.conf /mb/molly.conf
|
||||||
COPY ./entrypoint.sh /mb/entrypoint.sh
|
COPY --chown=10000:10001 ./entrypoint.sh /mb/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT entrypoint.sh
|
ENTRYPOINT /mb/entrypoint.sh
|
||||||
CMD /mb/molly-brown -c /mb/molly.conf
|
CMD /mb/molly-brown -c /mb/molly.conf
|
0
entrypoint.sh
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user