diff --git a/Dockerfile b/Dockerfile index 9a165b33..9cb25d6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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