mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 23:41:07 +00:00
feat: invite web browser
This commit is contained in:
parent
a3af85cca1
commit
4981d63ef5
7 changed files with 186 additions and 85 deletions
4
matrix/invite-app/Dockerfile
Normal file
4
matrix/invite-app/Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
COPY app.py .
|
||||
CMD ["python", "app.py"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue