From a6940e16dedc460e3d231aec3e2a6cb4cc8bc4fa Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 3 Jan 2024 18:38:23 +0000 Subject: [PATCH] Run grunt in different terminal that doesn't have OMEROHOST --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5eb2f267..1be748f9 100644 --- a/README.rst +++ b/README.rst @@ -205,13 +205,12 @@ You can refresh the Docker hosted page at http://localhost:4080/figure to see ch :: - $ cd /PATH_TO_GIT_REPO/omero-figure - $ grunt build - $ grunt watch # to see updates - - # in a different terminal... $ docker run -ti -e OMEROHOST -p 4080:4080 -v /PATH_TO_GIT_REPO/omero-figure:/home/figure/src figure-devel + # in a different terminal, run grunt build or watch... + $ cd /PATH_TO_GIT_REPO/omero-figure + $ grunt build # or grunt watch + Alternatively, to run and develop ``omero-figure`` within the Docker container itself: ::