- USA
- https://links.smartcraft.me/@minster586
- Joined on
2024-02-06
Block a user
onthespot (latest)
Published 2025-08-28 18:30:58 -04:00 by minster586
Installation
docker pull git.smartcraft.me/minster586/onthespot:latest
sha256:76e66b4aa9d28c25b3593824b1c54958506b6756ead779f5429d3dff4072c064
Image Layers
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400' |
ENV DEBIAN_FRONTEND=noninteractive |
SHELL [/bin/bash -c] |
RUN /bin/bash -c apt update -y && apt upgrade -y && apt install -y python3 python3-pip python3-venv ffmpeg git libegl1 # buildkit |
WORKDIR /app |
RUN /bin/bash -c python3 -m venv venv # buildkit |
RUN /bin/bash -c /app/venv/bin/pip install git+https://github.com/justin025/onthespot # buildkit |
EXPOSE map[5000/tcp:{}] |
CMD ["/app/venv/bin/onthespot-web" "--host" "0.0.0.0" "--port" "5000"] |