login and account creation now works using database

This commit is contained in:
2024-08-25 15:22:37 +02:00
parent bf1929e211
commit 862ab1df4e
13 changed files with 42 additions and 48 deletions

View File

@ -12,7 +12,7 @@ RUN apt install -y python3.12 postgresql-client
RUN curl https://bootstrap.pypa.io/get-pip.py -o /root/get-pip.py
RUN python3.12 /root/get-pip.py
RUN pip3 install requests django psycopg "channels[daphne]"
RUN pip3 install requests django psycopg "channels[daphne]" bcrypt
ARG DB_HOST=;
ARG DB_NAME=;