chore: !copy maxun-core

This commit is contained in:
amhsirak
2025-04-05 18:43:02 +05:30
parent 2c4a687e7e
commit 6aa6d5cadb

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