Choose a minimal Linux image (Alpine, Debian slim) with the COBOL compiler/runtime installed - [ ] **Create Dockerfile:** - Install COBOL runtime dependencies - Copy compiled programs (or source + compile in build stage) - Configure file paths and environment variables - Set the entry point to the C