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:
Ivan Fraixedes 2021-12-20 12:11:10 +01:00
parent 185617326c
commit c10cc302b5
No known key found for this signature in database
GPG Key ID: 042B474597F96DB7

View File

@ -187,7 +187,7 @@ satellite-admin-ui:
-e HOME=/tmp \
-u $(shell id -u):$(shell id -g) \
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
satellite-wasm: