aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorjoeoc2001 <[email protected]>2024-12-20 22:05:15 +0000
committerjoeoc2001 <[email protected]>2024-12-20 22:05:15 +0000
commit673e912bc8dd79e09dcab1245f64340c381418f2 (patch)
tree78485b5446bf970f46ab871500562419307feea0 /Dockerfile
parentf8bef76385f8af54b2f3de24879c1fe04d277c11 (diff)
Use plain Bun for Docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..898843e
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,3 @@
1FROM oven/bun:latest
2ADD ./ ./
3CMD ["bun", "run", "src/index.js"] \ No newline at end of file