1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 03:23:20 +00:00

feat: allow images to run as non-root user

This commit is contained in:
tangowithfoxtrot
2025-04-23 13:45:09 -07:00
parent 5d7025dd99
commit 5bd7d2fa4a
37 changed files with 1145 additions and 326 deletions

View File

@@ -10,9 +10,9 @@ RUN apt-get update \
tzdata \
&& rm -rf /var/lib/apt/lists/*
COPY backup-db.sql /
COPY backup-db.sh /
COPY entrypoint.sh /
COPY util/MsSql/backup-db.sql /
COPY util/MsSql/backup-db.sh /
COPY util/MsSql/entrypoint.sh /
RUN chmod +x /entrypoint.sh \
&& chmod +x /backup-db.sh