Dateien nach "/" hochladen

init version
This commit is contained in:
2025-06-25 09:32:54 +00:00
parent 08b2db5ef4
commit 2e27cdc1b2
5 changed files with 88 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM debian:bookworm
RUN apt-get update && \
apt-get install -y baresip mosquitto-clients alsa-utils curl bash espeak jq && \
apt-get clean
COPY run.sh /run.sh
COPY baresip.conf.j2 /baresip.conf.j2
RUN chmod +x /run.sh
CMD ["/run.sh"]