Move docker-entrypoint.sh into the test/acceptance/scripts directory

This commit is contained in:
Shane Kilkelly
2016-07-08 15:52:02 +01:00
parent 32d06b805c
commit 0a5f95f22d
2 changed files with 1 additions and 1 deletions
@@ -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