Files
Nexus-Guard-Suite/docker-compose.dev.yml
T
2026-05-15 05:34:55 +07:00

14 lines
301 B
YAML

version: '3.8'
services:
server-core:
build:
context: ./apps/server-core
dockerfile: Dockerfile
target: builder
command: ["sh", "-c", "go install github.com/air-verse/air@latest && air"]
volumes:
- ./apps/server-core:/app
environment:
- GIN_MODE=debug