mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Speed up image build when UI is pre-built on host
This commit is contained in:
parent
310e354164
commit
1dfdff4a9e
@ -1,3 +1,2 @@
|
|||||||
awx/ui/node_modules
|
|
||||||
Dockerfile
|
Dockerfile
|
||||||
.git
|
.git
|
||||||
|
|||||||
3
Makefile
3
Makefile
@ -381,7 +381,8 @@ clean-ui:
|
|||||||
awx/ui/node_modules:
|
awx/ui/node_modules:
|
||||||
NODE_OPTIONS=--max-old-space-size=6144 $(NPM_BIN) --prefix awx/ui --loglevel warn ci
|
NODE_OPTIONS=--max-old-space-size=6144 $(NPM_BIN) --prefix awx/ui --loglevel warn ci
|
||||||
|
|
||||||
$(UI_BUILD_FLAG_FILE): awx/ui/node_modules
|
$(UI_BUILD_FLAG_FILE):
|
||||||
|
$(MAKE) awx/ui/node_modules
|
||||||
$(PYTHON) tools/scripts/compilemessages.py
|
$(PYTHON) tools/scripts/compilemessages.py
|
||||||
$(NPM_BIN) --prefix awx/ui --loglevel warn run compile-strings
|
$(NPM_BIN) --prefix awx/ui --loglevel warn run compile-strings
|
||||||
$(NPM_BIN) --prefix awx/ui --loglevel warn run build
|
$(NPM_BIN) --prefix awx/ui --loglevel warn run build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user