mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
feat(docs): add make dev-docs (#20572)
This commit is contained in:
parent
01a9f735c8
commit
df2525ee08
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -10,6 +10,9 @@ dev-update:
|
|||
dev-scale:
|
||||
@trap 'make dev-down' EXIT; COMPOSE_BAKE=true docker compose -f ./docker/docker-compose.dev.yml up --build -V --scale immich-server=3 --remove-orphans
|
||||
|
||||
dev-docs:
|
||||
npm --prefix docs run start
|
||||
|
||||
.PHONY: e2e
|
||||
e2e:
|
||||
@trap 'make e2e-down' EXIT; COMPOSE_BAKE=true docker compose -f ./e2e/docker-compose.yml up --build -V --remove-orphans
|
||||
|
|
|
|||
Loading…
Reference in a new issue