- Leipzig
- https://felixfoertsch.de
- Joined on
2021-10-03
Block a user
netfelix-audio-fix (latest)
Published 2026-05-29 11:30:55 +02:00 by felixfoertsch
Installation
docker pull git.felixfoertsch.de/felixfoertsch/netfelix-audio-fix:latestsha256:81eac3c5ac13632023b4c9d59f8c302df1d6a06d54a0d33eb59316c724c34155
Images
| Digest | OS / Arch | Size |
|---|---|---|
| fab54a6186 | 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-29 11:30:55 +02:00
Versions (197)
View all
Container
197
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