mirror of
https://github.com/lklynet/hypermind.git
synced 2026-08-25 15:56:32 +00:00
fix(docker): Include src and public directories
This commit is contained in:
@@ -6,7 +6,9 @@ COPY package*.json ./
|
||||
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
COPY public/ ./public/
|
||||
COPY server.js hypermind2.svg LICENSE ./
|
||||
COPY src/ ./src/
|
||||
|
||||
ENV PORT=3000
|
||||
ENV NODE_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user