diff --git a/Dockerfile b/Dockerfile index 279f11d..3bde040 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index 7e91603..a757d61 100644 --- a/package.json +++ b/package.json @@ -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": {