Fix issue with docker-compose

This commit is contained in:
Jake Runyan 2025-01-10 23:18:08 -08:00
parent d912646c65
commit d913ce74eb

View File

@ -6,6 +6,8 @@ services:
react-app:
container_name: jakeswestcoast
build: .
networks:
- traefik
volumes:
- .:/app
- /app/node_modules