From 5e01e25d9cf16f6ce52c71688fa2e7a1c6129dd4 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 6 Jan 2025 16:40:40 +0100 Subject: [PATCH] comment update --- src/Python/flask/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Python/flask/Dockerfile b/src/Python/flask/Dockerfile index 0f3eb02..b888d56 100644 --- a/src/Python/flask/Dockerfile +++ b/src/Python/flask/Dockerfile @@ -15,4 +15,4 @@ CMD ["python", "web/app.py"] #build instruction: sudo docker buildx build -t flaskapp:latest . #run instruction: sudo docker run --network="host" flaskapp:latest -# need to use network host to connect to the host machine's localhost to connect to mqtt server \ No newline at end of file +# need to use network host to connect to the host's mqtt server \ No newline at end of file