mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-22 19:43:57 +00:00
cleaner startup exec in order to build the image and run the container with podman/libpod
This commit is contained in:
parent
70be2d93ce
commit
204993568a
8 changed files with 16 additions and 8 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue