restore my previous env structure, fuck off @everyone

pull/96/head
Aevann 2023-01-24 08:01:16 +02:00
parent f1bdfa8eda
commit 9cd77d1766
4 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,6 @@ RUN apt install -y mailutils
COPY requirements.txt /etc/requirements.txt
COPY env .env
RUN pip3 install -r /etc/requirements.txt
RUN mkdir /images

View File

View File

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

View File

@ -7,7 +7,7 @@ apt -y install git redis-server python3-pip ffmpeg nginx snapd ufw gpg-agent hto
git config --global credential.helper store
cd /rDrama
git config branch.frost.rebase true
cp ./env ./.env
cp ./env_template ./.env
. ./.env
mkdir /scripts