Skip to content

Instantly share code, notes, and snippets.

View piotrpersona's full-sized avatar
🎯
Focusing

Piotr Persona piotrpersona

🎯
Focusing
View GitHub Profile
@piotrpersona
piotrpersona / docker-run.sh
Last active August 29, 2019 14:19 — forked from dctrwatson/nginx.conf
Caching PyPi packages locally with nginx
docker run \
-v pypi-cache:/var/lib/nginx/pypi \
-v $(pwd)/nginx.conf:/etc/nginx/nginx.conf \
-p 7777:80 \
nginx