Skip to content

Commit

Permalink
Use ci command to install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Sep 1, 2024
1 parent 2855902 commit be0774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY packages/yii-dev-panel-sdk/package*.json packages/yii-dev-panel-sdk/
# Dev Toolbar
COPY packages/yii-dev-toolbar/package*.json packages/yii-dev-toolbar/

RUN npm install
RUN npm ci

COPY . .

Expand Down

0 comments on commit be0774a

Please sign in to comment.