Skip to content

Commit

Permalink
[Backend] Add gulp cli install to nodejs in production (#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani committed Apr 20, 2024
1 parent 2de9aed commit 68c1c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 install phantomjs-prebuilt
RUN npm link gulp
RUN npm cache clean -f
Expand Down

0 comments on commit 68c1c3a

Please sign in to comment.