Felix Förtsch felixfoertsch

netfelix-audio-fix (2026.05.03.7)

Published 2026-05-03 23:02:40 +02:00 by felixfoertsch

Installation

docker pull git.felixfoertsch.de/felixfoertsch/netfelix-audio-fix:2026.05.03.7
sha256:ceea34fee07998993a99c84e55001a4c55d4fd7476c9975ca39d2e7a022c8e42

Images

Digest OS / Arch Size
b0c5e14952 linux/amd64 243 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ffmpeg ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
WORKDIR /app
COPY package.json bun.lock ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile --production # buildkit
COPY /app/dist/ ./dist/ # buildkit
COPY /app/server/ ./server/ # buildkit
COPY /app/scripts/ ./scripts/ # buildkit
RUN /bin/sh -c chmod +x ./scripts/container-start.sh # buildkit
EXPOSE map[3000/tcp:{}]
ENV DATA_DIR=/data/
ENV PORT=3000
VOLUME [/data/]
CMD ["./scripts/container-start.sh"]
Details
Container
2026-05-03 23:02:40 +02:00
0
OCI / Docker
Versions (226) View all
buildcache 2026-08-25
latest 2026-08-25
2026.08.25.3 2026-08-25
2026.08.25.2 2026-08-25
2026.08.25.1 2026-08-25