diff --git a/test_env.sh b/test_env.sh new file mode 100755 index 0000000..4c524a6 --- /dev/null +++ b/test_env.sh @@ -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