lots of stuff had been added

This commit is contained in:
Waylon Walker 2023-10-21 09:21:14 -05:00
parent 28420e86dd
commit 814900b72e
16 changed files with 257 additions and 0 deletions

5
broadcast/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM python:3.11-slim
COPY broadcast.py .
CMD ["python", "broadcast.py"]