helpyourneighbour/docker-compose.test.yml

8 lines
140 B
YAML
Raw Normal View History

2026-03-04 21:13:12 +00:00
services:
backend-test:
build:
context: .
dockerfile: Dockerfile.test
working_dir: /app/backend
command: npm test