Block a user
bassvault (41bf3d0)
Published 2026-08-26 00:18:02 -04:00 by thread
Installation
docker pull git.impulsedetroit.net/thread/bassvault:41bf3d0sha256:d432903bd5ff2174134cb5f1751ec15907b7fad42b3e6d1b45e316e7386c81a6
Image Layers
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates openssl libstdc++ ncurses-libs imagemagick imagemagick-jpeg imagemagick-webp imagemagick-tiff ghostscript woff2 fontconfig unzip # buildkit |
| COPY /usr/local/cargo/bin/resvg /usr/local/bin/resvg # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c chown nobody /app # buildkit |
| COPY --chown=nobody:root /app/_build/prod/rel/bassvault ./ # buildkit |
| COPY /app/GIT_SHA /app/GIT_SHA # buildkit |
| USER nobody |
| ENV PHX_SERVER=true LANG=en_US.UTF-8 |
| EXPOSE [4000/tcp] |
| CMD ["/bin/sh" "-c" "/app/bin/migrate && /app/bin/server"] |