@@ -103,4 +103,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
HEALTHCHECK --interval=30s --timeout=3s CMD sh healthcheck.sh || exit 1
# Configures the startup!
-CMD ["./bitwarden_rs"]
+WORKDIR /
+CMD ["/bitwarden_rs"]
@@ -102,4 +102,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
@@ -100,4 +100,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
@@ -101,4 +101,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh
@@ -104,4 +104,5 @@ COPY docker/healthcheck.sh ./healthcheck.sh