#!/bin/bash # Production environment script echo "🚀 Starting Counter app in production mode..." # Set environment export ENVIRONMENT=production # Start with production configuration docker-compose -f docker-compose.yml -f docker-compose.prod.yml up --build -d