ci: updated dockerfile

This commit is contained in:
Marvin Zhang
2024-10-24 14:09:55 +08:00
parent 780587737f
commit 158a60f31b

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 --include=dev
RUN pnpm install
# Copy the rest of the application code
COPY . .