first commit

This commit is contained in:
root
2026-02-19 08:49:56 +00:00
commit beda405953
15 changed files with 11172 additions and 0 deletions

2
command.txt Normal file
View File

@@ -0,0 +1,2 @@
docker build -t my-python-app .
docker run -it --rm --name my-running-app --network=nginx-proxy --env VIRTUAL_HOST=shannon.antopoid.com --env LETSENCRYPT_HOST=shannon.antopoid.com --env LETSENCRYPT_EMAIL=poidevin.freeboxos.fr@gmail.com my-python-app