Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize RPiPlay #160

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove run.sh from docker file
  • Loading branch information
bedrin committed Sep 24, 2020
commit 29c68304ae329123c93d9e3bc774d53bbb0206d3
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -31,8 +31,6 @@ COPY ./avahi-daemon.conf /etc/avahi/avahi-daemon.conf
USER root
RUN mkdir -p /var/run/dbus

ADD ./run.sh /tmp/rpiplay/RPiPlay-master/build/run.sh

# Run container
EXPOSE 5353 51826
ENTRYPOINT ["/tmp/rpiplay/RPiPlay-master/build/rpiplay"]