diff options
-rw-r--r-- | recipes-demo/helloworld-flask/helloworld-flask_0.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb b/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb index 3f5507b3..043ccc52 100644 --- a/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb +++ b/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb | |||
@@ -16,6 +16,9 @@ CONTAINERIMAGE ?= "zeddii/app-container:latest" | |||
16 | CONTAINERPORT ?= "9000" | 16 | CONTAINERPORT ?= "9000" |
17 | EXTERNALPORT ?= "10000" | 17 | EXTERNALPORT ?= "10000" |
18 | 18 | ||
19 | S = "${WORKDIR}/sources" | ||
20 | UNPACKDIR = "${S}" | ||
21 | |||
19 | do_install() { | 22 | do_install() { |
20 | 23 | ||
21 | for tgt in flask-app.yaml flask-app-service.yaml; do | 24 | for tgt in flask-app.yaml flask-app-service.yaml; do |