Block a user
bassvault (5657c99)
Published 2026-08-27 21:30:43 -04:00 by thread
Installation
docker pull git.impulsedetroit.net/thread/bassvault:5657c99sha256:9338e9348990638bc3cebb5bd0d5296942e56afad16e2e93665906876e112bb1
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"] |