Public Access
1
0

fix: update Dockerfile and docker-compose for improved development setup

This commit is contained in:
2025-08-23 10:13:09 -04:00
parent a002db6285
commit f95d800f6c
6 changed files with 58 additions and 29 deletions

View File

@@ -13,6 +13,7 @@
"@11ty/eleventy": "^2.0.1",
"cors": "^2.8.5",
"express": "^4.21.2",
"fs-extra": "^11.3.1"
"fs-extra": "^11.3.1",
"nodemon": "^3.1.0"
}
}