Skip to content

Commit b86cf8b

Browse files
committed
fix: correct file path for hypernode.svg in Dockerfile
The hypernode.svg file was being copied to the wrong location. Update the COPY command to place it in the public directory where it belongs.
1 parent ed4dda8 commit b86cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

99
COPY public/ ./public/
10-
COPY server.js hypermind2.svg LICENSE ./
10+
COPY server.js ./public/hypernode.svg LICENSE ./
1111
COPY src/ ./src/
1212

1313
ENV PORT=3000

0 commit comments

Comments
 (0)