Compare commits

...

1 Commits

Author SHA1 Message Date
bdf74784ee
chore: remove unnecessary default docker volume
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-05-15 23:05:38 +02:00

View File

@ -17,8 +17,6 @@ RUN apk --update add ca-certificates && \
ADD src/target/x86_64-unknown-linux-musl/release/vaultwarden_ldap /app
VOLUME /app/data
USER app
STOPSIGNAL SIGTERM