add minio service and start workaround on CI pipeline

This commit is contained in:
2024-10-12 22:07:46 +07:00
parent 9c111965c5
commit 7131d147ea
7 changed files with 433 additions and 5 deletions

View File

@@ -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