spotify-clone (sha256:a06d9041fb57beb77cd9877662d969d1c28b8ab07f8bb8d054b588f653c3668e)

Published 2026-03-21 21:01:35 +07:00 by vndangkhoa

Installation

docker pull localhost:3050/vndangkhoa/spotify-clone@sha256:a06d9041fb57beb77cd9877662d969d1c28b8ab07f8bb8d054b588f653c3668e
sha256:a06d9041fb57beb77cd9877662d969d1c28b8ab07f8bb8d054b588f653c3668e

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-venv ffmpeg ca-certificates curl gnupg libssl3 zlib1g && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c python3 -m venv /opt/venv # buildkit
ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/sh -c pip install --no-cache-dir -U "yt-dlp[default]" # buildkit
COPY /app/backend/target/release/backend-rust /app/server # buildkit
COPY /app/frontend/dist /app/static # buildkit
RUN /bin/sh -c mkdir -p /tmp/spotify-clone-cache /tmp/spotify-clone-downloads && chmod 777 /tmp/spotify-clone-cache /tmp/spotify-clone-downloads # buildkit
RUN /bin/sh -c chmod +x /app/server # buildkit
ENV PORT=8080
ENV RUST_LOG=info
ENV PYTHONUNBUFFERED=1
EXPOSE [8080/tcp]
USER 0
CMD ["sh" "-c" "echo 'CRITICAL: STARTING SPOTIFY CLONE...' && /app/server 2>&1"]
Details
Container
2026-03-21 21:01:35 +07:00
0
OCI / Docker
linux/amd64
445 MiB
Versions (4) View all
latest 2026-03-21
v3 2026-03-21
v5 2026-03-21
v4 2026-03-20