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:
|
||||
@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"
|
||||
|
||||
tunnels_up:
|
||||
|
|
@ -18,5 +18,5 @@ tunnels_up:
|
|||
compose_up:
|
||||
bash ./scripts/start-tunnels.sh < /dev/null &
|
||||
sleep 2
|
||||
docker compose up -d --build
|
||||
docker compose -f Docker/docker-compose.yaml up -d --build
|
||||
@echo "✓ Done!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue