print logs to docker logs
This commit is contained in:
+1
-1
@@ -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"]
|
||||||
Reference in New Issue
Block a user