Skip to content

Commit

Permalink
docs: Fix duplication of without on with-docker-compose Readme (#63643
Browse files Browse the repository at this point in the history
)
  • Loading branch information
setodeve authored Mar 25, 2024
1 parent 44917cf commit 4284302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docker compose -f docker-compose.prod.yml build
docker compose -f docker-compose.prod.yml up -d
```

Alternatively, run the production server without without multistage builds (Final image approximately 1 GB).
Alternatively, run the production server without multistage builds (Final image approximately 1 GB).

```bash
# Create a network, which allows containers to communicate
Expand Down

0 comments on commit 4284302

Please sign in to comment.