mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 17:07:22 +01:00
add healthchecks to docker
This commit is contained in:
parent
7f49ca8627
commit
bdd8830c8e
9 changed files with 40 additions and 13 deletions
|
|
@ -24,6 +24,7 @@ RUN adduser \
|
|||
|
||||
COPY --from=BUILD /build /opt/MareSynchronosServices
|
||||
RUN chown -R mare:mare /opt/MareSynchronosServices
|
||||
RUN apt-get update; apt-get install curl -y
|
||||
|
||||
USER mare:mare
|
||||
WORKDIR /opt/MareSynchronosServices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue