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 ed4dda8 commit b86cf8bCopy full SHA for b86cf8b
Dockerfile
@@ -7,7 +7,7 @@ COPY package*.json ./
7
RUN npm ci --omit=dev
8
9
COPY public/ ./public/
10
-COPY server.js hypermind2.svg LICENSE ./
+COPY server.js ./public/hypernode.svg LICENSE ./
11
COPY src/ ./src/
12
13
ENV PORT=3000
0 commit comments