mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: run e2e server in dev mode (#23921)
* feat: run e2e server in dev mode * Use bash syntax: [[ and ==
This commit is contained in:
parent
237ddcb648
commit
58c3c7e26b
3 changed files with 109 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -17,6 +17,9 @@ dev-docs:
|
|||
e2e:
|
||||
@trap 'make e2e-down' EXIT; COMPOSE_BAKE=true docker compose -f ./e2e/docker-compose.yml up --remove-orphans
|
||||
|
||||
e2e-dev:
|
||||
@trap 'make e2e-down' EXIT; COMPOSE_BAKE=true docker compose -f ./e2e/docker-compose.dev.yml up --remove-orphans
|
||||
|
||||
e2e-update:
|
||||
@trap 'make e2e-down' EXIT; COMPOSE_BAKE=true docker compose -f ./e2e/docker-compose.yml up --build -V --remove-orphans
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue