test: add unraid docker test harness
This commit is contained in:
parent
d2ed667f0c
commit
f8bd8e0ef0
5 changed files with 31 additions and 5 deletions
7
docker-compose.test.yml
Normal file
7
docker-compose.test.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
backend-test:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
working_dir: /app/backend
|
||||
command: npm test
|
||||
Loading…
Add table
Add a link
Reference in a new issue