diff --git a/server/server.py b/server.py similarity index 99% rename from server/server.py rename to server.py index c04705b..65d0fdf 100644 --- a/server/server.py +++ b/server.py @@ -403,3 +403,4 @@ finally: if hasattr(loop, "shutdown_asyncgens"): loop.run_until_complete(loop.shutdown_asyncgens()) loop.close() + diff --git a/server/Dockerfile b/server/Dockerfile deleted file mode 100644 index 7841776..0000000 --- a/server/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM python:latest -COPY . /app -WORKDIR /app -RUN pip install -r requirements.txt -ENV PYTHONUNBUFFERED 1 -CMD ["timeout","0","python","server.py","34802","-b","0.0.0.0"] diff --git a/server/requirements.txt b/server/requirements.txt deleted file mode 100644 index 02e1832..0000000 --- a/server/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -websockets==12.0 diff --git a/templates/index.html b/templates/index.html index a4f35ac..77ea213 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,6 +18,7 @@ +