Alternative installation of webpack in Dockerfile
This commit is contained in:
parent
93798c3337
commit
6b5f48da2f
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ ADD static static
|
|||
ADD static/js/directives/components static/dist/components
|
||||
|
||||
# Run Webpack
|
||||
RUN npm run build
|
||||
RUN npm install -g webpack
|
||||
RUN webpack
|
||||
|
||||
# Install Grunt
|
||||
RUN npm install -g grunt-cli
|
||||
|
|
Reference in a new issue