fix front end build by adding make

This commit is contained in:
2020-12-04 23:31:41 +11:00
parent 3094bf3d44
commit c1df7d6969
+1 -1
View File
@@ -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