ci: updated dockerfile

This commit is contained in:
Marvin Zhang
2024-10-24 14:07:03 +08:00
parent 6b37a19abf
commit 780587737f

View File

@@ -11,7 +11,7 @@ RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./
# Install project dependencies
RUN pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile --include=dev
# Copy the rest of the application code
COPY . .