forked from Ivasoft/traefik
chore(webui): better build command
- clean before build (mode force) - update documentation - update `Makefile` - ordering build
This commit is contained in:
@@ -10,6 +10,7 @@ COPY .bowerrc $WEBUI_DIR/
|
||||
COPY bower.json $WEBUI_DIR/
|
||||
|
||||
WORKDIR $WEBUI_DIR
|
||||
RUN npm set progress=false
|
||||
RUN npm install
|
||||
RUN bower install --allow-root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user