overleaf/services/document-updater/test/acceptance/scripts/docker-entrypoint.sh

13 lines
166 B
Bash
Raw Normal View History

2016-07-07 11:07:14 -04:00
#! /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