diff --git a/README.md b/README.md index 66e245d..81f528b 100644 --- a/README.md +++ b/README.md @@ -261,10 +261,10 @@ is a short form of `go mod tidy`. #### Docker shorthands [] -| Shorthand | Final command | -| ---------- | --------------------- | -| `gpm down` | `docker compose down` | -| `gpm up` | `docker compose up` | +| Shorthand | Final command | +| ---------- | --------------------------- | +| `gpm down` | `docker compose down` | +| `gpm up` | `docker compose up --build` | #### Execute shell command []