mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated dockerfile
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user