Skip to content

Commit

Permalink
chore: update readme with alternative commands
Browse files Browse the repository at this point in the history
  • Loading branch information
left23 committed Nov 27, 2023
1 parent c58b285 commit 5923b52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The script `./local/exec.sh` is a shortcut for `docker compose -f local/docker-c

To run additional docker compose commands, use `docker compose -f local/docker-compose.yml` + `command`.

Alternatively, enter the container with `docker exec -it PROJECT_NAME-site sh` and run composer or drush commands from there.

## Create instance

1. Run `./local/install.sh -m -c -i` to create an instance of the site (empty database) from the existing config.
Expand Down

0 comments on commit 5923b52

Please sign in to comment.