Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
cleaner startup exec in order to build the image and run the container with podman/libpod
Dieser Commit ist enthalten in:
Ursprung
204993568a
Commit
748c825202
3 geänderte Dateien mit 6 neuen und 3 gelöschten Zeilen
|
@ -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"]
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Laden …
In neuem Issue referenzieren