mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 01:20:30 +00:00
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.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ COPY package*.json ./
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
COPY public/ ./public/
|
||||
COPY server.js hypermind2.svg LICENSE ./
|
||||
COPY server.js ./public/hypernode.svg LICENSE ./
|
||||
COPY src/ ./src/
|
||||
|
||||
ENV PORT=3000
|
||||
|
||||
Reference in New Issue
Block a user