From 293cef5df6ef543c5b51c407a4805549a6250bc2 Mon Sep 17 00:00:00 2001 From: Lluis Gifre <lluis.gifre@cttc.es> Date: Fri, 15 Jul 2022 09:10:58 +0000 Subject: [PATCH] Tutorial: - backup of note for future edition of developer guide --- tutorial/3-2-develop-cth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/3-2-develop-cth.md b/tutorial/3-2-develop-cth.md index f13006fbd..983e862d7 100644 --- a/tutorial/3-2-develop-cth.md +++ b/tutorial/3-2-develop-cth.md @@ -11,7 +11,8 @@ # interesting Docker commands Build by hand: -docker build -t "context:lgr-test" -f ./src/context/Dockerfile . +cd src +docker build -t "context:lgr-test" -f ./context/Dockerfile . Run by hand: docker run --rm --name lgr-test -it --env "DB_BACKEND=inmemory" --entrypoint /bin/bash context:lgr-test -- GitLab