- Leipzig
- https://felixfoertsch.de
- Joined on
2021-10-03
Block a user
netfelix-audio-fix (2026.05.25.3)
Published 2026-05-25 01:12:09 +02:00 by felixfoertsch
Installation
docker pull git.felixfoertsch.de/felixfoertsch/netfelix-audio-fix:2026.05.25.3sha256:82adaba753dc7ab08883a830c8364af406ef8c517502694c1b796ae26428e29e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| e18fc30687 | 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
2026-05-25 01:12:09 +02:00
Versions (197)
View all
Container
0
OCI / Docker
buildcache
2026-05-29
latest
2026-05-29
2026.05.29
2026-05-29
2026.05.26
2026-05-26
2026.05.25.18
2026-05-25