Merge pull request #518 from getmaxun/core-rm

chore(docker): !copy `maxun-core` during build
This commit is contained in:
Karishma Shukla
2025-04-14 15:39:05 +05:30
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ WORKDIR /app
# Copy package files
COPY package*.json ./
COPY maxun-core ./maxun-core
# Install dependencies
RUN npm install --legacy-peer-deps

View File

@@ -5,7 +5,6 @@ WORKDIR /app
# Install node dependencies
COPY package*.json ./
COPY maxun-core ./maxun-core
COPY src ./src
COPY public ./public
COPY server ./server