You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/09/23 20:41:48 UTC

[airavata-django-portal] branch master updated: Fixing missing path in docker image build instructions

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cd1830  Fixing missing path in docker image build instructions
5cd1830 is described below

commit 5cd183009970c6fbd56922a7fd933ffcbdbd6021
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Sep 23 16:41:32 2020 -0400

    Fixing missing path in docker image build instructions
---
 docs/tutorial/gateways2019_tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial/gateways2019_tutorial.md b/docs/tutorial/gateways2019_tutorial.md
index 1d516c3..c1ebb67 100644
--- a/docs/tutorial/gateways2019_tutorial.md
+++ b/docs/tutorial/gateways2019_tutorial.md
@@ -389,7 +389,7 @@ docker run -d --name gateways19-tutorial -p 8000:8000 -v $PWD:/extensions -v $PW
         cd /tmp/
         git clone https://github.com/apache/airavata-django-portal.git
         cd airavata-django-portal
-        docker build -t airavata-django-portal
+        docker build -t airavata-django-portal .
 
     Now you can `airavata-django-portal` instead of
     `machristie/airavata-django-portal` in the `docker run` command above.