Skip to content

Commit

Permalink
SOC2 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 committed Apr 12, 2024
1 parent 80a55a8 commit 87bbbe7
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 235 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM node:18-alpine

# Upgrade packages
RUN apk update && apk upgrade

WORKDIR /app

COPY . .

RUN yarn

CMD yarn start
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
slackbot:
build:
context: .
image: support-discord-bot:latest
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
"private": true,
"dependencies": {
"@context-labs/sdk": "^0.0.107",
"discord.js": "^14.10.2",
"discord.js": "^14.14.1",
"dotenv": "^16.0.3",
"fs-extra": "^11.1.1",
"google-spreadsheet": "^3.3.0",
"moment": "^2.29.4"
"google-spreadsheet": "^4.1.1",
"moment": "^2.29.4",
"nodemon": "^3.1.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
"devDependencies": {}
}
Loading

0 comments on commit 87bbbe7

Please sign in to comment.