Commit Graph

9 Commits

Author SHA1 Message Date
a575fddaa2 build(compose): run npm install in container, persist deps in named volumes
Replace the host-side `make npm-install` step with a compose-level
`command:` override that runs `npm install` inside the container on
every start. Back node_modules and static/vendor with named volumes so
the bind-mounted source tree no longer shadows the install while state
still survives container restarts. Drop the now-redundant npm-install
target and its references in up/dev/prod/test-e2e.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 02:17:53 +02:00
e18566d801 Solved some bugs 2025-07-09 22:20:58 +02:00
86fd72b623 Solved wrong environment bug 2025-07-05 11:41:18 +02:00
5fc19f6ccb Solved other port bugs 2025-07-05 10:55:32 +02:00
dfbc840c69 Optimized default port 2025-07-05 09:40:11 +02:00
1bea9703ea Added port via env 2025-07-05 09:32:07 +02:00
412a7bae16 Added helper functions for portfolio 2025-03-20 00:23:35 +01:00
1d6f8eb0a5 Update docker-compose.yml 2025-01-10 18:32:00 +01:00
1395304a35 Create docker-compose.yml 2025-01-10 18:30:59 +01:00