Skip to content

Commit

Permalink
#58 regenerated cmd docu.
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus@gmail.com authored and xeronimus@gmail.com committed Jun 18, 2020
1 parent e8a4f58 commit 84621c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions build/dockerImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ async function build() {

const gitInfo = await getGitInformation();
await startBuildingDockerImage(gitInfo);

console.log('Done.\nRun docker run -p 3000:3000 -d xeronimus/poinz');
}

/**
Expand Down
9 changes: 2 additions & 7 deletions server/docu/commandAndEventDocu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Poinz Command and Event Docu
This is an autogenerated docu. 6/14/2020, 7:25:36 AM
This is an autogenerated docu. 6/18/2020, 7:02:24 AM

## Commands

Expand Down Expand Up @@ -205,15 +205,10 @@ Produces: **[storyDeleted](#storyDeleted)**,
"storyId": {
"type": "string",
"minLength": 1
},
"title": {
"type": "string",
"minLength": 1
}
},
"required": [
"storyId",
"title"
"storyId"
],
"additionalProperties": false
}
Expand Down

0 comments on commit 84621c8

Please sign in to comment.