Felix Förtsch felixfoertsch

netfelix-audio-fix (2026.06.26)

Published 2026-06-26 15:10:01 +02:00 by felixfoertsch

Installation

docker pull git.felixfoertsch.de/felixfoertsch/netfelix-audio-fix:2026.06.26
sha256:735f62859b982833c720c7a2a715091d54a41679d90d6b4a74da23512e51266d

Images

Digest OS / Arch Size
748ed5a972 linux/amd64 240 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'
ENV DEBIAN_FRONTEND=noninteractive
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
EXPOSE map[3000/tcp:{}]
ENV DATA_DIR=/data/
ENV PORT=3000
VOLUME [/data/]
CMD ["bun" "run" "server/index.tsx"]
Details
Container
2026-06-26 15:10:01 +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