Simple containerized web application for AWS ECS deployment.
-
Build the container:
docker build -t oba-hello-webapp . -
Run locally:
docker run -d -p 8081:80 oba-hello-webapp
-
Access the website at: http://localhost:8081
- Make sure AWS CLI is configured with proper credentials
- Navigate to deploy directory and run:
./deploy-ecs.sh
This project supports both local development (macOS) and EC2 deployment.