Commit Graph
3 Commits
Author SHA1 Message Date
Sidney Marvin Fricke 461165a16e switch to miniconda3 base image, add Java via SDKMAN
- Base image: continuumio/miniconda3 (conda + python 3 out of the box)
- Java: installed via SDKMAN (sdk install java) — latest LTS by default
- Node.js: nvm install kept from previous change
- All tool envs (nvm, sdkman) sourced before exec so Python and all
  child processes (exec-tool, jobs) inherit the full PATH
2026-06-25 08:46:33 +02:00
angryzero d369047ba6 add node 2026-06-25 08:43:10 +02:00
Sidney Marvin Fricke 0e33e8dbc8 extract startup logic into server/startup.sh for easy customization
Replaces the inline bash -c "..." command in docker-compose with a dedicated
startup.sh script that installs system packages, pip deps, and starts the server.
Add custom setup steps (apt, pip, curl, etc.) in the marked section.
2026-06-25 08:39:23 +02:00