chore: bump version to 0.12.1 and optimize Dockerfile

- Update package version to 0.12.1
- Reorganize Dockerfile COPY commands for better clarity
This commit is contained in:
lklynet
2026-01-12 10:42:19 -05:00
parent b86cf8bcce
commit f9ca9039b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ COPY package*.json ./
RUN npm ci --omit=dev
COPY public/ ./public/
COPY server.js ./public/hypernode.svg LICENSE ./
COPY src/ ./src/
COPY server.js LICENSE ./
ENV PORT=3000
ENV NODE_ENV=production
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hypermind",
"version": "0.12.0",
"version": "0.12.1",
"description": "A decentralized P2P counter of active deployments",
"main": "server.js",
"scripts": {