Skip to content

Commit

Permalink
Change /extract to /install
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 authored Jul 22, 2024
1 parent b759d3e commit 2241b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN apk -U upgrade \
&& apk add libstdc++ \
&& rm -rf /var/cache/apk/*

COPY --from=ghcr.io/blue-oci/hardened_malloc:latest /extract /usr/local/lib/
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
EXPOSE 8080/tcp
EXPOSE 8080/tcp

0 comments on commit 2241b69

Please sign in to comment.