https://github.com/IITC-College/express-ts-app

Goal

Containerize the provided Express + TypeScript API using a production-grade Docker setup.

The application already exists.

Your task is only to:


Application Details

Item Value
Runtime Node.js 22
Build Output dist/
Entry File dist/index.js
Runtime Port 3000
Health Endpoint /health

Part 1 — Analyze the Existing Project

Instructions

  1. Review the existing project structure.
  2. Identify:
  3. Verify the application works locally before containerizing it.

Part 2 — Create the Dockerfile