fix(compose): fix nginx config to handle public folder

This commit is contained in:
2026-03-13 14:26:26 +01:00
parent c1c0b4e723
commit 5c42fb7f41
7 changed files with 75 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"start": "node --env-file=.env ./index.js",
"db:migrate": "node db/migrate.js"
"db:migrate": "node server/db/migrate.js"
},
"dependencies": {
"@simplewebauthn/server": "^13.2.3",