test env setup

This commit is contained in:
Adrian Amaglio 2020-12-25 13:02:57 +01:00
parent e2465e2874
commit f43d5a93de

5
test_env.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# docker run -it --rm --network host mongo
# nginx -c "$(pwd)"/nginx.conf -g "pid '$(pwd)/nginx.pid';"
# . venv/bin/activate ; python3 main.py