Makefile: Fix target for building Admin UI
Fix the Makefile target for building the Satellite Admin UI. Change-Id: Id9087c313c451fa68796c9a495704ea3b3728a5c
This commit is contained in:
parent
185617326c
commit
c10cc302b5
2
Makefile
2
Makefile
@ -187,7 +187,7 @@ satellite-admin-ui:
|
|||||||
-e HOME=/tmp \
|
-e HOME=/tmp \
|
||||||
-u $(shell id -u):$(shell id -g) \
|
-u $(shell id -u):$(shell id -g) \
|
||||||
node:16.11.1 \
|
node:16.11.1 \
|
||||||
/bin/bash -c "npm ci && npm run build && cp build/* assets"
|
/bin/bash -c "npm ci && npm run build && cp -r build/* assets"
|
||||||
|
|
||||||
.PHONY: satellite-wasm
|
.PHONY: satellite-wasm
|
||||||
satellite-wasm:
|
satellite-wasm:
|
||||||
|
Loading…
Reference in New Issue
Block a user