cinema-display/server (latest)
Installation
docker pull git.mars3142.dev/model-railway/cinema-display/server:latestsha256:aaab3720b6464939a476d04c93f04fdf2bb6c5907bef986e1402fa6dec7008c5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a77bdbcc07 | linux/amd64 | 247 MiB |
| a9105f7730 | linux/arm64 | 242 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'stable' '@1768176000' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ffmpeg ca-certificates curl python3 nodejs && curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && chmod a+rx /usr/local/bin/yt-dlp && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/bin/server /app/bin/ # buildkit |
| COPY assets /assets # buildkit |
| COPY scripts/start.sh /app/start.sh # buildkit |
| RUN /bin/sh -c chmod +x /app/start.sh # buildkit |
| WORKDIR /app |
| EXPOSE [3000/tcp] |
| CMD ["/bin/sh" "/app/start.sh"] |