Public Access
1
0

refactor: optimize Dockerfile for multi-platform builds and add healthcheck script

This commit is contained in:
2025-08-23 18:11:39 -04:00
parent a54d6e445f
commit a100ea3159
4 changed files with 66 additions and 23 deletions

View File

@@ -4,7 +4,8 @@
"description": "An Eleventy project with Docker and VS Code debugging.",
"scripts": {
"start": "eleventy --serve --watch",
"debug": "node --inspect=0.0.0.0:9229 ./node_modules/.bin/eleventy --serve --watch"
"debug": "node --inspect=0.0.0.0:9229 ./node_modules/.bin/eleventy --serve --watch",
"build": "eleventy"
},
"keywords": [],
"author": "",