add minio service and start workaround on CI pipeline
This commit is contained in:
@@ -8,6 +8,9 @@ FROM node_base AS node_modules
|
||||
# Copy the package.json and package-lock.json
|
||||
COPY package*.json ./
|
||||
|
||||
# Enable legacy peer deps
|
||||
RUN npm config set legacy-peer-deps true
|
||||
|
||||
# Install the dependencies
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user