Skip to content

feat: support docker#9

Merged
ykus4 merged 4 commits into
mainfrom
dev
May 1, 2026
Merged

feat: support docker#9
ykus4 merged 4 commits into
mainfrom
dev

Conversation

@ykus4

@ykus4 ykus4 commented May 1, 2026

Copy link
Copy Markdown
Owner

ykus4 added 4 commits May 1, 2026 15:37
- Multi-stage Dockerfile: stage 1 builds stub DEX with JDK + Gradle,
  stage 2 is slim Python runtime with Android build-tools
- docker-compose.yml: single command startup with persistent data volume
- .dockerignore: exclude .venv, .env, build artifacts
- uv.lock: commit lock file (required for --frozen in Docker build)
- README: Docker as primary getting-started path, local setup in <details>
All code now lives under a single fuin/ package:
  server/ → fuin/server/

- Update imports: server.* → fuin.server.*
- Update pyproject.toml: packages = ["fuin"], script = fuin.server.main:run
- Update Dockerfile: remove separate COPY server/
- Update README structure diagram
@ykus4 ykus4 merged commit 35fc7dd into main May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant