cleaned up paths and fixed gitignore

This commit is contained in:
Ranomier 2021-10-08 16:51:46 +02:00
parent 5f6e2a414d
commit 0544ff7ba1
8 changed files with 29 additions and 2 deletions

13
reciever/Dockerfile Normal file
View file

@ -0,0 +1,13 @@
#pipewire_sender
FROM docker.io/alpine:edge
RUN apk add --no-cache \
pipewire pipewire-alsa pipewire-jack pipewire-pulse \
pipewire-echo-cancel pipewire-spa-tools pipewire-zeroconf \
pipewire-media-session \
pulseaudio-utils \
bash
COPY --chown=1000 ./src/service.sh /service.sh
USER 1000
ENTRYPOINT /service.sh