Skip to content

Commit 7f0f98f

Browse files
committed
Updating tutorial to apache dockerhub image
1 parent 28fe559 commit 7f0f98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/custom_ui_tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ the settings_local.py file for local development. Move or copy it to the
599599
2. Run the following to create a Docker container called **custom-ui-tutorial**.
600600

601601
cd $HOME/custom_ui_tutorial_app
602-
docker run --pull always -d --name custom-ui-tutorial -p 8000:8000 -v "${PWD}:/extensions" -v "${PWD}/settings_local.py:/code/django_airavata/settings_local.py" machristie/airavata-django-portal
602+
docker run --pull always -d --name custom-ui-tutorial -p 8000:8000 -v "${PWD}:/extensions" -v "${PWD}/settings_local.py:/code/django_airavata/settings_local.py" apache/airavata-django-portal
603603
3. Wait until the Docker container starts up. Go to <http://localhost:8000>
604604
and when it loads and you see **Welcome to your new Wagtail site!**, then
605605
you're ready to proceed to the next step.

0 commit comments

Comments
 (0)