Run python-smpplib and php-smpp against our server: encodings and bind direction hold, no defects

This commit is contained in:
2026-09-06 22:15:20 +02:00
parent ab93833cee
commit a7f3ea70d7
10 changed files with 1587 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM python:3.12.14-slim-bookworm
RUN pip install --no-cache-dir smpplib==2.2.4
WORKDIR /app
COPY driver.py .
EXPOSE 8080
ENTRYPOINT ["python3", "/app/driver.py"]
CMD ["node", "2775"]