From dd4e527871db4d2f0a30b977b97df0b1ebebb8a3 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 1 Oct 2023 16:05:56 +0100 Subject: [PATCH] Update README for docker setup --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index e6a43a81..41da3142 100644 --- a/docker/README.md +++ b/docker/README.md @@ -14,14 +14,14 @@ docker run -it laser **Note:** If you want to expose a local port to the REST server on top of the embed task, you can do so by executing the following command instead of the last command: ``` -docker run -it -p [CHANGEME_LOCAL_PORT]:80 laser +docker run -it -p [CHANGEME_LOCAL_PORT]:80 laser python app.py ``` This will override the command line entrypoint of the Docker container. Example: ``` -docker run -it -p 8081:80 laser +docker run -it -p 8081:80 laser python app.py ``` This Flask server will serve a REST Api that can be use by calling your server with this URL :