This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
udpmulticast
Watch
1
Star
0
Fork
You've already forked udpmulticast
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c2265be49c
udpmulticast
/
docker
/
Dockerfile
10 lines
91 B
Docker
Raw
Blame
History
FROM
python:3.11-slim
WORKDIR
/app
COPY
. .
EXPOSE
5353
CMD
[
"python"
,
"broadcast.py"
]
Reference in New Issue
View Git Blame
Copy Permalink