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

Commit 6a91e5c

Browse files
authored
Update Dockerfile-Build
1 parent 8b4ecc7 commit 6a91e5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile-Build

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ WORKDIR /$APPNAME
1212
# Install dependencies
1313
RUN npm install -g bower
1414
RUN npm install -g grunt-cli
15+
RUN npm install grunt
1516
RUN bower install --allow-root
16-
RUN npm install -g grunt
17+
1718

1819
# Build
1920

0 commit comments

Comments
 (0)