1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

optimize single player search

This commit is contained in:
Robin Appelman 2020-11-28 14:48:45 +01:00
commit 979a1722ae
3 changed files with 18 additions and 10 deletions

View file

@ -4,7 +4,7 @@ docker:
.PHONY: testdb
testdb:
docker run -d --name api-test -p 5433:5432 -e POSTGRES_PASSWORD=test demostf/db
docker run -d --name api-test-db -p 5433:5432 -e POSTGRES_PASSWORD=test demostf/db
node_modules: package.json
npm install