add dockercompose

This commit is contained in:
2025-04-09 10:59:34 +03:30
parent c2548e2700
commit b1fea27f0e
-11
View File
@@ -1,11 +0,0 @@
# docker-compose.yml
version: '3.8'
services:
react-app:
build: .
ports:
- "3000:80" # Changed host port
environment:
- NODE_ENV=production
restart: unless-stopped