Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
222 B · 10 lines
1234567891011FROM ubuntu:24.04
RUN apt update && apt install -y ca-certificates
COPY build-linux-amd64/streamplace /usr/local/bin/streamplace
ENV PATH="/usr/local/bin:$PATH"ENV SP_DATA_DIR=/var/lib/streamplace
CMD ["streamplace"]