commit 70be2d93ce015940f07fdc4c05a7c228042b141f
parent f5638716d26fe7a7462242d3f53436fc19d613ae
Author: Gernot Nusshall <gernot.nusshall@rise-world.com>
Date: Wed, 13 Nov 2019 13:45:05 +0100
cleaner startup exec in order to build the image and run the container with podman/libpod
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docker/amd64/sqlite/Dockerfile b/docker/amd64/sqlite/Dockerfile
@@ -94,4 +94,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"]