Testing echo in docker

This commit is contained in:
Simon 2021-05-01 22:16:36 +01:00
parent 47a14e60e4
commit 47c6c44b53
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,17 @@
FROM python:3.7-alpine
COPY entrypoint-proxy /entrypoint
RUN adduser -D -u 54000 radio && \
apk update && \
apk add git gcc musl-dev && \
cd /opt && \
git clone https://github.com/hacknix/freedmr && \
cd /opt/freedmr && \
pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev && \
chown -R radio: /opt/freedmr
USER radio
ENTRYPOINT [ "/entrypoint" ]

6
docker-configs/entrypoint-echo Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
cd /opt/freedmr
python /opt/freedmr/hotspot_proxy_v2.py &
python /opt/freedmr/playback.py -c loro.cfg &
python /opt/freedmr/bridge_master.py -c freedmr.cfg -r rules.py