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