Merge pull request #720 from gnu300/master

cleaner startup exec in order to build the image and run the containe…
This commit is contained in:
Daniel García
2019-11-13 22:45:06 +01:00
committed by GitHub
12 changed files with 24 additions and 12 deletions

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -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"]