0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-01 11:38:58 +02:00

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

This commit is contained in:
Gernot Nusshall 2019-11-13 13:45:05 +01:00
parent f5638716d2
commit 70be2d93ce

View file

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