add dockerfile and build file
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
"registerCommands": "npx ts-node src/register-commands.ts",
|
||||
"start": "yarn clean && yarn build && yarn registerCommands && yarn runBot",
|
||||
"startNoClean": "yarn build && yarn runBot",
|
||||
"dockerBuild": "npm run clean && npm run build && yarn run registerCommands",
|
||||
"runBot": "node build/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
@ -17,5 +18,8 @@
|
||||
"dependencies": {
|
||||
"discord.js": "^14.14.1",
|
||||
"dotenv": "^16.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user