geforkt von mirrored/vaultwarden
cleaner startup exec in order to build the image and run the container with podman/libpod
Dieser Commit ist enthalten in:
Ursprung
70be2d93ce
Commit
204993568a
8 geänderte Dateien mit 16 neuen und 8 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"]
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
|
@ -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