Skip to content

Commit

Permalink
Remove unnecessary chown
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 authored Jul 25, 2024
1 parent 2241b69 commit 1f86f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ COPY --from=ghcr.io/blue-oci/hardened_malloc:latest /install /usr/local/lib/
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"

RUN adduser -g ${GID} -u ${UID} --disabled-password --gecos "" vaultwarden
RUN chown -R vaultwarden:vaultwarden /data
USER vaultwarden

ENV ROCKET_PORT=8080
Expand Down

0 comments on commit 1f86f13

Please sign in to comment.