demos/helloworld: fix S and UNPACKDIR

Adapt the demonstration helloworld appliication to fix a warning
about UNPACKDIR not being correct.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-10-22 16:32:52 +00:00
parent 3429c73a91
commit cbad7151f1

View File

@ -16,6 +16,9 @@ CONTAINERIMAGE ?= "zeddii/app-container:latest"
CONTAINERPORT ?= "9000"
EXTERNALPORT ?= "10000"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
do_install() {
for tgt in flask-app.yaml flask-app-service.yaml; do