Skip to content

Commit

Permalink
[Deployment] Install gulp-cli in dev nodejs docker (#4339)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani committed Apr 15, 2024
1 parent f705b19 commit 797f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ADD ./.eslintrc /code
ADD ./karma.conf.js /code

# Install Prerequisites
RUN npm install -g bower gulp
RUN npm install -g bower gulp gulp-cli

RUN npm link gulp

Expand Down

0 comments on commit 797f70a

Please sign in to comment.