remove unused mock data files and update docker-compose paths

This commit is contained in:
2025-10-25 22:44:43 +02:00
parent 47b5590394
commit 5ba35bb471
4 changed files with 2 additions and 298 deletions

View File

@@ -1,13 +1,13 @@
services:
# borrow_system-frontend:
# container_name: borrow_system-frontend
# build: ./frontend
# build: ./FrontendV2
# ports:
# - "8001:8001"
# environment:
# - CHOKIDAR_USEPOLLING=true
# volumes:
# - ./frontend:/app
# - ./FrontendV2:/app
# - /app/node_modules
# restart: unless-stopped