refactor: remove dead code from Makefile (#10061)

Motivation
----------
I guess these make targets should have been deleted in 57136e48fb.

How to test
-----------
1. Nothing really, this removes dead code
This commit is contained in:
Robert Schäfer 2024-06-10 00:48:41 +05:30 committed by GitHub
parent 9c337223e6
commit 69795a3763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,6 @@ dev-update:
dev-scale:
docker compose -f ./docker/docker-compose.dev.yml up --build -V --scale immich-server=3 --remove-orphans
stage:
docker compose -f ./docker/docker-compose.staging.yml up --build -V --remove-orphans
pull-stage:
docker compose -f ./docker/docker-compose.staging.yml pull
.PHONY: e2e
e2e:
docker compose -f ./e2e/docker-compose.yml up --build -V --remove-orphans