mirror of
https://github.com/Alvin-Zilverstand/narrow_casting_system.git
synced 2026-04-22 06:47:37 +02:00
Compare commits
6 Commits
10b9ba4e61
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46e2e71405 | ||
|
|
3818910851 | ||
|
|
a26f5191fe | ||
|
|
6b80558aa8 | ||
|
|
94432a1319 | ||
|
|
100f22edde |
1203
backend/package-lock.json
generated
1203
backend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -15,8 +15,8 @@
|
|||||||
"express": "^4.21.2",
|
"express": "^4.21.2",
|
||||||
"socket.io": "^4.8.1",
|
"socket.io": "^4.8.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^2.0.1",
|
||||||
"sqlite3": "^5.1.7",
|
"sqlite3": "^6.0.1",
|
||||||
"uuid": "^11.0.3",
|
"uuid": "^11.0.3",
|
||||||
"path": "^0.12.7",
|
"path": "^0.12.7",
|
||||||
"fs-extra": "^11.2.0"
|
"fs-extra": "^11.2.0"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# SnowWorld Narrowcasting System - Docker Configuration
|
# SnowWorld Narrowcasting System - Docker Configuration
|
||||||
|
|
||||||
# Use official Node.js runtime as base image
|
# Use official Node.js runtime as base image
|
||||||
FROM node:18-alpine
|
FROM node:25.8.1-alpine
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user