updating package.json and docker-compose for consistency

This commit is contained in:
2026-05-04 18:02:50 +02:00
parent 4c4c11f574
commit c33c5f989f
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ services:
- ./f0ckm-data/hall_custom/:/opt/f0bm/public/hall_custom/:Z
- ./f0ckm-data/manifest.json:/opt/f0bm/public/manifest.json:Z
command: npm run dev
command: npm run start
environment:
- GIT_HASH=${f0ckm_TAG:-unknown}
ports:

View File

@@ -17,11 +17,11 @@
"seed": "node scripts/seed.mjs",
"create-admin": "node scripts/create-admin.mjs"
},
"author": "Flummi",
"author": "Kibi Kelburton",
"license": "MIT",
"dependencies": {
"@ruffle-rs/ruffle": "0.2.0-nightly.2026.4.21",
"cuffeo": "git+https://git.lat/naimi/scuffeo.git",
"cuffeo": "git+https://git.lat/kibi/scuffeo.git",
"flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5",
"marked": "^18.0.2",