Skip to content

Commit f9ca903

Browse files
committed
chore: bump version to 0.12.1 and optimize Dockerfile
- Update package version to 0.12.1 - Reorganize Dockerfile COPY commands for better clarity
1 parent b86cf8b commit f9ca903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ COPY package*.json ./
77
RUN npm ci --omit=dev
88

99
COPY public/ ./public/
10-
COPY server.js ./public/hypernode.svg LICENSE ./
1110
COPY src/ ./src/
11+
COPY server.js LICENSE ./
1212

1313
ENV PORT=3000
1414
ENV NODE_ENV=production

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypermind",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "A decentralized P2P counter of active deployments",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)