6 Commits

Author SHA1 Message Date
f045f07303 Update Dockerfile and package.json to include environment variables, expose port, and add server entry point; add server implementation in src/server.ts with health check and greeting endpoint.
Some checks failed
ci / build-test-pack (push) Failing after 1m21s
2025-08-10 02:55:16 +08:00
12c2569d36 Update CI configuration to use Node.js 20 container image in ci.yml
Some checks failed
ci / build-test-pack (push) Failing after 1m26s
2025-08-10 01:48:36 +08:00
33adb11613 Change CI runner from 'runner' to 'internal_docker' in ci.yml configuration
Some checks failed
ci / build-test-pack (push) Failing after 1m12s
2025-08-10 01:45:14 +08:00
0a1da2148a Change CI runner from 'ubuntu-latest' to 'runner' in ci.yml configuration
Some checks failed
ci / build-test-pack (push) Has been cancelled
2025-08-10 01:44:20 +08:00
26a36b197e Update readme.md to include project overview, setup instructions, directory structure, and usage with Docker for Node + TypeScript project.
Some checks failed
ci / build-test-pack (push) Has been cancelled
2025-08-10 01:43:28 +08:00
34637ef77a add .gitignore and update readme.md with default ignored files 2025-08-09 17:44:06 +08:00