Skip to content

Commit 3b8075d

Browse files
committed
chore: cleanup and heartlchek local address fix
1 parent cce592f commit 3b8075d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV NODE_ENV=${NODE_ENV}
3434
USER node
3535
EXPOSE 3000
3636
HEALTHCHECK --retries=10 --start-period=5s \
37-
CMD wget --no-verbose --spider http://0.0.0.0:3000/ || exit 1
37+
CMD wget --no-verbose --spider http://127.0.0.1:3000/ || exit 1
3838

3939
COPY --link --from=builder /app/docs/.output/ ./
4040

docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"@nuxt/content": "^3.3.0",
1010
"@nuxt/image": "^1.9.0",
1111
"@nuxt/ui-pro": "^3.0.0",
12-
"@nuxtjs/plausible": "^1.2.0",
1312
"better-sqlite3": "^11.9.0",
1413
"nuxt": "^3.16.0",
1514
"nuxt-llms": "0.1.0",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"docs": "nuxt dev docs",
3333
"docs:build": "nuxt build docs",
3434
"docs:prepare": "nuxt prepare docs",
35+
"docs:dev": "nuxt dev docs",
3536
"docs:preview": "nuxt preview docs",
3637
"docs:start": "node .output/server/index.mjs"
3738
},

0 commit comments

Comments
 (0)