replace /env file references to /.env

pull/70/head
Your Name 2022-12-14 23:49:21 +00:00
parent 8a2ca1d0d3
commit 8a4c5c70b4
3 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@ git clone https://fsdfsd.net/rDrama/rDrama.git
cd rDrama
cp env .env
docker-compose down --rmi all --remove-orphans --volumes
docker-compose up

View File

@ -1,3 +1,3 @@
cd /rDrama
. /env
. /.env
gunicorn files.__main__:app -k gevent -w 3 --reload -b 0.0.0.0:5000 --max-requests 30000 --max-requests-jitter 10000

View File

@ -2,7 +2,7 @@
cd /rDrama
. /env
. /.env
PATH="${NVM_DIRECTORY}/versions/node/v${NODE_VERSION}/bin/:${PATH}"
cd ./chat