Fix hostname binding and add healthcheck to docker
This commit is contained in:
parent
673c344ff4
commit
09bc9c6b42
4 changed files with 9 additions and 10 deletions
|
@ -2,8 +2,8 @@
|
|||
"name": "startpage",
|
||||
"module": "./src/index.ts",
|
||||
"type": "module",
|
||||
"script": {
|
||||
"start": "bun run index.ts"
|
||||
"scripts": {
|
||||
"start": "bun run ./src/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bun-types": "^1.1.31"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue