Fix docker things
This commit is contained in:
6
server/Dockerfile
Normal file
6
server/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:latest
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
CMD ["python","server.py","34802","-b","0.0.0.0"]
|
||||
1
server/requirements.txt
Normal file
1
server/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
websockets==9.1
|
||||
Reference in New Issue
Block a user