From c1df7d69693a813803fd6e3bf3ce2d32f19ef651 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 4 Dec 2020 23:31:41 +1100 Subject: [PATCH] fix front end build by adding make --- www/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/Dockerfile b/www/Dockerfile index 2a173d8..51da07f 100644 --- a/www/Dockerfile +++ b/www/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY . /app RUN apk update \ - && apk add --no-cache git python\ + && apk add --no-cache git python make\ && npm ci \ && npm run generate