Commit Graph

3 Commits

Author SHA1 Message Date
William Valentin
b5b475f21b remove: obsolete HTML template processing system
- Remove index.html.template (template processing never implemented)
- Fix empty title in index.html by adding proper default title
- Update documentation to remove references to non-existent:
  - scripts/process-html.sh
  - predev/prebuild npm scripts
  - HTML template processing workflow
- Simplifies build process and fixes broken page title
2025-09-08 22:21:14 -07:00
William Valentin
518752ab6e feat: use DOCKER_IMAGE from .env in Makefile
- Update Makefile to read DOCKER_IMAGE from .env file with proper precedence
- Environment variables override .env file values
- Fallback to 'meds-app:latest' if not defined anywhere
- Add new Docker targets: docker-run, docker-push, docker-config
- Improve help output with environment variable documentation
- Update APP_NAME_CONFIGURATION.md to show Makefile usage examples

Variable precedence:
1. Environment variable (highest)
2. .env file (medium)
3. Default fallback (lowest)
2025-09-08 21:43:02 -07:00
William Valentin
fdb0c78827 docs: reorganize files into logical folder structure
- Move PRE_COMMIT_HOOKS.md to development/ (development-focused)
- Move APP_NAME_CONFIGURATION.md to setup/ (configuration-focused)
- Move ENVIRONMENT_VARIABLES.md to setup/ (configuration-focused)
- Improves organization by grouping related documentation together
- Makes it easier to find relevant docs based on purpose
2025-09-08 21:37:25 -07:00