Add Dockerfile

This commit is contained in:
Fred Boniface
2025-06-26 20:25:32 +01:00
parent 9a9bd8b71b
commit 6733bd1669
3 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"type": "module",
"scripts": {
"start": "npx tsx --watch src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",