updating package.json and docker-compose for consistency
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
|||||||
- ./f0ckm-data/hall_custom/:/opt/f0bm/public/hall_custom/:Z
|
- ./f0ckm-data/hall_custom/:/opt/f0bm/public/hall_custom/:Z
|
||||||
- ./f0ckm-data/manifest.json:/opt/f0bm/public/manifest.json:Z
|
- ./f0ckm-data/manifest.json:/opt/f0bm/public/manifest.json:Z
|
||||||
|
|
||||||
command: npm run dev
|
command: npm run start
|
||||||
environment:
|
environment:
|
||||||
- GIT_HASH=${f0ckm_TAG:-unknown}
|
- GIT_HASH=${f0ckm_TAG:-unknown}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -17,11 +17,11 @@
|
|||||||
"seed": "node scripts/seed.mjs",
|
"seed": "node scripts/seed.mjs",
|
||||||
"create-admin": "node scripts/create-admin.mjs"
|
"create-admin": "node scripts/create-admin.mjs"
|
||||||
},
|
},
|
||||||
"author": "Flummi",
|
"author": "Kibi Kelburton",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ruffle-rs/ruffle": "0.2.0-nightly.2026.4.21",
|
"@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",
|
"flumm-fetch": "^1.0.1",
|
||||||
"flummpress": "^2.0.5",
|
"flummpress": "^2.0.5",
|
||||||
"marked": "^18.0.2",
|
"marked": "^18.0.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user