Fix Production Deployment issues

This commit is contained in:
Matt Arnold 2020-06-27 07:06:45 -04:00
parent be3f32c532
commit 5dbabed01c
2 changed files with 7 additions and 0 deletions

6
finger-wrapper.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
source .env
cd $NF_BASEDIR
source .venv/bin/activate
exec ./neofinger.py

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
python-dotenv==0.13.0