- Add Dockerfiles for API and Web apps with multi-stage builds. - Configure `docker-compose.yml` to manage services (Postgres, API, Web, pgAdmin). - Add `.dockerignore` for optimized builds. - Include `DOCKER_SETUP.md` for deployment steps and guidance. |
||
|---|---|---|
| .idea | ||
| apps | ||
| shared | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| DOCKER_SETUP.md | ||
| docker-compose.yml | ||
| package-lock.json | ||
| package.json | ||
| prompts.md | ||
| tsconfig.base.json | ||
| tsconfig.json | ||