Skip to content

Commit

Permalink
Merge pull request #116 from thiagobustamante/master
Browse files Browse the repository at this point in the history
refecatory code to use asyn and await / ask user for database options when create the config file
  • Loading branch information
thiagobustamante committed Mar 8, 2018
2 parents 4ebf1b8 + 8d289c6 commit 3e78e78
Show file tree
Hide file tree
Showing 37 changed files with 2,149 additions and 3,241 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY ./package.json /usr/src/app/
RUN npm install

# Install app
COPY README.md tree-gateway.json rest.config /usr/src/app/
COPY README.md tree-gateway.json rest.config ioc.config /usr/src/app/
COPY ./lib /usr/src/app/lib/
COPY ./dist /usr/src/app/dist/

Expand Down
3 changes: 3 additions & 0 deletions ioc.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"es6": true
}

0 comments on commit 3e78e78

Please sign in to comment.