Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson authored Jan 11, 2024
1 parent bc09fa9 commit 9853719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ If you are using TripalDocker to develop your extension module, then ensure that
For example, if your module is called `my_module` and your current working directory contains your local copy of this module, then your run command would be:

```
docker run --publish=80:80 --name=CONTAINERNAME -tid --volume=$(pwd):/var/www/drupal9/web/modules/contrib/my_module tripalproject/tripaldocker-devtools:latest
docker run --publish=80:80 --name=CONTAINERNAME -tid \
--volume=$(pwd):/var/www/drupal/web/modules/contrib/my_module tripalproject/tripaldocker-devtools:latest
docker exec CONTAINERNAME service postgresql restart
```

Expand Down

0 comments on commit 9853719

Please sign in to comment.