add tournament request to server(not complete)
This commit is contained in:
@ -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]" multimethod
|
||||
|
||||
ARG DB_HOST
|
||||
ARG DB_NAME
|
||||
|
Reference in New Issue
Block a user