Skip to content

Commit

Permalink
refactor: ✨ convert to ts
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
  • Loading branch information
nemchik committed Oct 8, 2023
1 parent 9c7ef26 commit 51f3b35
Show file tree
Hide file tree
Showing 12 changed files with 1,412 additions and 415 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
config.json
/users
dist
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:alpine
COPY ./index.js ./notifiarr.js ./functions.js ./package.json package-lock.json /bot/
COPY ./src ./package.json package-lock.json /bot/
WORKDIR /bot
RUN npm install --production
CMD ["node", "index.js"]
CMD ["npm", "run", "start"]
160 changes: 0 additions & 160 deletions functions.js

This file was deleted.

40 changes: 0 additions & 40 deletions index.js

This file was deleted.

Loading

0 comments on commit 51f3b35

Please sign in to comment.