Skip to content

Commit

Permalink
Merge pull request #7 from mdebarros/hotfix/disable-live-reload
Browse files Browse the repository at this point in the history
disabled live-reload on the docker container and also removed gitbook build and serve does the same thing.
  • Loading branch information
mdebarros authored Mar 22, 2019
2 parents b39266a + f37c3b5 commit 178d4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ EXPOSE 8989

RUN npm run gitbook:install

RUN npm run gitbook:build
#RUN npm run gitbook:build

CMD npm run gitbook:serve
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "5.6.0",
"version": "5.4.1",
"description": "Mojaloop Documentation GitBook Project",
"dependencies": {
"gitbook-cli": "2.3.2",
Expand All @@ -21,7 +21,7 @@
"run": "npm run gitbook:serve",
"gitbook:install": "gitbook install",
"gitbook:build": "gitbook build",
"gitbook:serve": "gitbook serve --port 8989",
"gitbook:serve": "gitbook serve --no-live --port 8989",
"gitbook:export:pdf": "gitbook pdf ./",
"docker:build": "docker build --no-cache -t mojaloop/documentation .",
"docker:push": "docker push mojaloop/documentation",
Expand Down

0 comments on commit 178d4ac

Please sign in to comment.