Skip to content

Commit

Permalink
Merge pull request #34 from joshdentremont/patch-5
Browse files Browse the repository at this point in the history
remove profile prod from pull instructions
  • Loading branch information
aOelschlager authored Apr 17, 2024
2 parents 8e3d245 + 6a7e23c commit e40782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The Docker Compose file provided requires that you pull the non-buildable island
images with the following command:

```bash
docker compose --profile dev --profile prod pull --ignore-buildable --ignore-pull-failures
docker compose --profile dev pull --ignore-buildable --ignore-pull-failures
```

## Running / Stoping / Destroying
Expand Down

0 comments on commit e40782c

Please sign in to comment.