Commit 61ea0358 authored by 簡碩辰's avatar 簡碩辰

Delete Dockerfile

parent dbeadb5b
FROM resin/rpi-raspbian
RUN apt update
RUN apt install -y git python-dev
RUN git clone https://github.com/winlinvip/simple-rtmp-server
WORKDIR /simple-rtmp-server/trunk
RUN ./configure
RUN make
COPY origin.conf conf/origin.conf
COPY edge.conf conf/edge.conf
ENV TZ=Asia/Taipei
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment