server accepts websocket connection

This commit is contained in:
2024-08-21 20:05:14 +02:00
parent b03ba44145
commit 182bafdca1
9 changed files with 64 additions and 19 deletions

View File

@ -4,7 +4,7 @@ RUN apt update
RUN apt upgrade -y
RUN apt install -y python3 python3-pip postgresql-client
RUN pip3 install django psycopg
RUN pip3 install django psycopg "channels[daphne]"
ARG DB_HOST=;
ARG DB_NAME=;