add Game class, users can now create and join games. remove bcypt from dockerfile pip install. remove rm ~/PTME_Data in make fclean

This commit is contained in:
2024-09-14 00:42:56 +02:00
parent e00471653b
commit 906a713e8d
9 changed files with 155 additions and 8 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]" bcrypt
RUN pip3 install requests django psycopg "channels[daphne]"
ARG DB_HOST
ARG DB_NAME