From 6733bd16692ba4fd361f30910262cf83850aecb6 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 26 Jun 2025 20:25:32 +0100 Subject: [PATCH] Add Dockerfile --- .gitignore | 1 + Dockerfile | 0 package.json | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Dockerfile diff --git a/.gitignore b/.gitignore index 37d7e73..8c0f08a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .env +dockercompose.yaml \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index b39dc9b..f500c25 100644 --- a/package.json +++ b/package.json @@ -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",