We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86cf8b commit f9ca903Copy full SHA for f9ca903
Dockerfile
@@ -7,8 +7,8 @@ COPY package*.json ./
7
RUN npm ci --omit=dev
8
9
COPY public/ ./public/
10
-COPY server.js ./public/hypernode.svg LICENSE ./
11
COPY src/ ./src/
+COPY server.js LICENSE ./
12
13
ENV PORT=3000
14
ENV NODE_ENV=production
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hypermind",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"description": "A decentralized P2P counter of active deployments",
5
"main": "server.js",
6
"scripts": {
0 commit comments