Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b00db22

Browse files
authored
Merge pull request #905 from appirio-tech/prod_4136_add_js_option
trying different grunt installs
2 parents e783167 + 4fd79c9 commit b00db22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ COPY . /$APPNAME
1010
WORKDIR /$APPNAME
1111

1212
# Install dependencies
13-
RUN npm install -g bower
14-
RUN npm install grunt-cli
13+
RUN npm install bower --save-dev
14+
RUN npm install grunt --save-dev
1515
RUN bower install --allow-root
16+
RUN grunt install
1617

1718
# Build
1819

0 commit comments

Comments
 (0)