Skip to content

Commit

Permalink
added chatbot tooltip and dockerfile (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Shashank Reddy Boyapally <bshashankreddy2209@gmail.com>
  • Loading branch information
shashank-boyapally and shashankreddy999 authored Apr 17, 2024
1 parent c80efc6 commit 942134e
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 92 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM node:14

WORKDIR /app

COPY package.json ./

RUN npm install

COPY . .

EXPOSE 3000

CMD ["npm", "start"]
Loading

0 comments on commit 942134e

Please sign in to comment.