Hostityourself/infra
Claude 3794f4cf36
Fix Dockerfile heredoc parse error in RUN if block
Use printf instead of heredoc for cargo config — heredoc inside a
conditional RUN block confuses Docker's parser (fi becomes an unknown
instruction). The config is always written; unused linker entries are
harmless on native builds.
2026-03-20 10:42:46 +00:00
..
docker-compose.yml Auto-detect platform by default; use DOCKER_DEFAULT_PLATFORM for cross-compile targets 2026-03-20 10:03:36 +00:00
Dockerfile.server Fix Dockerfile heredoc parse error in RUN if block 2026-03-20 10:42:46 +00:00
Makefile Add start.sh and Makefile build-only targets 2026-03-20 10:06:24 +00:00
start.sh Consolidate to single .env at repo root 2026-03-20 10:21:35 +00:00