print logs to docker logs

This commit is contained in:
2023-01-05 00:24:15 +01:00
parent 3f484ddba3
commit e669891cef
+1 -1
View File
@@ -18,4 +18,4 @@ RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
COPY src src COPY src src
COPY server.py server.py COPY server.py server.py
CMD [ "python3", "server.py", "--host=0.0.0.0"] CMD [ "python3","-u", "server.py", "--host=0.0.0.0"]