Sanitized mirror from private repository - 2026-04-06 09:21:56 UTC
This commit is contained in:
5
alerting/ntfy-bridge/Dockerfile
Normal file
5
alerting/ntfy-bridge/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
RUN pip install --no-cache-dir flask requests gunicorn
|
||||
COPY app.py .
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:5001", "--workers", "2", "app:app"]
|
||||
Reference in New Issue
Block a user