diff options
| author | startxfr <clarue@startx.fr> | 2015-11-28 08:20:52 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2015-11-28 08:20:52 +0100 | 
| commit | 1edf2154e0f1bed0a4e2562c5dc498cdf47be8f6 (patch) | |
| tree | f6dcee5f6494b2d36d9dea963e82ec1dc1775051 | |
| parent | 769b498a41bd35abf781f91328fe56811c6f5d34 (diff) | |
finishing test for travis with working services
| -rw-r--r-- | docker-compose.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docker-compose.yml b/docker-compose.yml index d195e8d..9f3cd1e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,6 +22,7 @@ mariadb:  nodejs:    build: Services/nodejs/    container_name: "startx-sv-nodejs" +  command: node /app/app.js  #ooconv:  #  build: Services/ooconv/ | 
