Add docker-compose.yaml

This commit is contained in:
2025-12-25 09:44:03 +00:00
parent bfd9fdd933
commit 0f0d7b7ed6

12
docker-compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
services:
frontend:
build: .
container_name: promtechno-web
ports:
- "3000:80"
volumes:
- .:/app
- /app/node_modules
environment:
- CHOKIDAR_USEPOLLING=true
- HOST=0.0.0.0