File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ the settings_local.py file for local development. Move or copy it to the
599
599
2. Run the following to create a Docker container called **custom-ui-tutorial**.
600
600
601
601
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
603
603
3. Wait until the Docker container starts up. Go to <http://localhost:8000>
604
604
and when it loads and you see **Welcome to your new Wagtail site!**, then
605
605
you're ready to proceed to the next step.
You can’t perform that action at this time.
0 commit comments