ci: updated dockerfile

This commit is contained in:
Marvin Zhang
2024-10-24 14:09:55 +08:00
parent 7e89f43f13
commit 6de981ebd0

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