Date created: 05/25/22 07:48:48. Last modified: 05/25/22 07:48:48
Python Web Server
A Python web server as a docker container:
FROM python:3.10-slim ENTRYPOINT ["python3", "-m", "http.server", "-d", "/path/to/webroot/", "8000"]
Previous page: Value by Reference
Next page: SVN Notes