updateded build scripts

This commit is contained in:
Henry Oswald
2018-02-21 15:42:51 +00:00
parent 12b13d6199
commit d698cc318f
6 changed files with 50 additions and 19 deletions

View File

@@ -1,17 +1,23 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.0.3
# Version: 1.1.0
version: "2"
services:
test_unit:
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
image: node:6.13.0
volumes:
- .:/app
working_dir: /app
entrypoint: npm run test:unit:_run
test_acceptance:
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
image: node:6.13.0
volumes:
- .:/app
working_dir: /app
environment:
REDIS_HOST: redis
MONGO_HOST: mongo