Skip to content

Commit 9fc66e4

Browse files
committed
fix #207 - Revert fastify dependabot version change
1 parent 82b775c commit 9fc66e4

File tree

3 files changed

+1082
-1160
lines changed

3 files changed

+1082
-1160
lines changed

lca-talkdesk-voicestream-stack/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ The cloudformation stack deploys the websocket server and creates the required r
4949
4. Click on the Call ID to see the call details page that includes live turn-by-turn transcripts and sentiment trends
5050

5151
---
52+
53+
## Test docker build locally after making code changes
54+
```
55+
cd ./lca-talkdesk-voicestream-stack/source/app
56+
npm install
57+
docker build -t lca-talkdesk .
58+
```

0 commit comments

Comments
 (0)