Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
Merge pull request #720 from gnu300/master
cleaner startup exec in order to build the image and run the containe…
Dieser Commit ist enthalten in:
Commit
cd83a9e7b2
12 geänderte Dateien mit 24 neuen und 12 gelöschten Zeilen
|
@ -103,4 +103,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -102,4 +102,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -100,4 +100,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -82,4 +82,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -101,4 +101,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -83,4 +83,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -94,4 +94,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -77,4 +77,5 @@ HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -103,4 +103,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -102,4 +102,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -104,4 +104,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
|
@ -102,4 +102,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
|
||||||
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
|
||||||
|
|
||||||
# Configures the startup!
|
# Configures the startup!
|
||||||
CMD ["./bitwarden_rs"]
|
WORKDIR /
|
||||||
|
CMD ["/bitwarden_rs"]
|
||||||
|
|
Laden …
In neuem Issue referenzieren