Browse Source

cleaner startup exec in order to build the image and run the container with podman/libpod

Gernot Nusshall 6 years ago
parent
commit
70be2d93ce
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docker/amd64/sqlite/Dockerfile

+ 2 - 1
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"]