feat: docker support

This commit is contained in:
Morten Olsen
2025-10-16 14:54:52 +02:00
parent 1f4b9cab04
commit b75866bbdf
9 changed files with 91 additions and 11 deletions

2
bin/start.js Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/local/bin/node --no-warnings
import '../src/start.ts';