Files
Nexus-Guard-Suite/docker-compose.dev.yml
T
2026-05-16 02:35:40 +07:00

13 lines
286 B
YAML

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