refactor: adjust Makefile paths to match new structure
This commit is contained in:
parent
c862ea9194
commit
c26deae5c9
4
Makefile
4
Makefile
|
|
@ -8,7 +8,7 @@ help:
|
||||||
|
|
||||||
sync_requirements:
|
sync_requirements:
|
||||||
@echo "Exporting dependencies from pyproject.toml to requirements.txt..."
|
@echo "Exporting dependencies from pyproject.toml to requirements.txt..."
|
||||||
uv export --format requirements-txt --no-hashes --no-dev -o requirements.txt
|
uv export --format requirements-txt --no-hashes --no-dev -o Docker/requirements.txt
|
||||||
@echo "✓ requirements.txt updated successfully"
|
@echo "✓ requirements.txt updated successfully"
|
||||||
|
|
||||||
tunnels_up:
|
tunnels_up:
|
||||||
|
|
@ -18,5 +18,5 @@ tunnels_up:
|
||||||
compose_up:
|
compose_up:
|
||||||
bash ./scripts/start-tunnels.sh < /dev/null &
|
bash ./scripts/start-tunnels.sh < /dev/null &
|
||||||
sleep 2
|
sleep 2
|
||||||
docker compose up -d --build
|
docker compose -f Docker/docker-compose.yaml up -d --build
|
||||||
@echo "✓ Done!"
|
@echo "✓ Done!"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue