Skip to content

Commit 738c5b9

Browse files
committed
feat(Makefile): allow make start with --detach
1 parent 48dfb28 commit 738c5b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ publish-latest:
4444

4545
.PHONY: start
4646
start:
47-
$(DOCKER_COMPOSE_CMD) -f docker-compose.dev.yml up
47+
$(DOCKER_COMPOSE_CMD) -f docker-compose.dev.yml up $(ARGS)
4848

4949
.PHONY: stop
5050
stop:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Set up a new local CMS instance.
7777
```
7878

7979
> **Note**
80-
> This will make the terminal window busy. To run commands after this, **either** open a new terminal window **or** run `docker compose -f ./docker-compose.dev.yml up --detach` instead.
80+
> This will make the terminal window busy. To run commands after this, **either** open a new terminal window **or** run `make start --detach` instead.
8181

8282
4. Enter the CMS Docker Container:
8383

0 commit comments

Comments
 (0)