• Vũ Hoàng Anh's avatar
    Add Dockerfile.dev for local development with hot reload · 6c61cf17
    Vũ Hoàng Anh authored
    - Dockerfile.dev: Development environment with hot reload & cache mount
    - Add Makefile targets: build-dev, run-dev for easy local testing
    - Hot reload watches agent, api, common directories
    - Includes health check endpoint
    
    Usage:
      make build-dev  # Build dev image
      make run-dev    # Run container with volume mount for hot reload
    6c61cf17
Name
Last commit
Last update
backend Loading commit data...
preference Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.pre-commit-config.yaml Loading commit data...