Move docker-entrypoint.sh into the test/acceptance/scripts directory
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
service redis-server start
|
||||
service mongodb start
|
||||
|
||||
cd /document-updater
|
||||
npm install
|
||||
|
||||
|
||||
source ./test/acceptance/scripts/full-test.sh
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user