feat(release): Adds docker support

This commit is contained in:
Michel Fedde 2025-06-22 17:51:21 +02:00
parent a3c1bae6db
commit 68368ab916
7 changed files with 79 additions and 3 deletions

View file

@ -8,6 +8,7 @@
"main": "main.ts",
"scripts": {
"build": "node ./build/build-cli.mjs",
"build:docker": "sudo docker build .",
"watch": "node ./build/watch.mjs",
"deploy": "node ./dist/deploy.js",
"start": "node ./dist/main.js",