fix(deps) add missing dependencies in Dockerfile (#293)

This commit is contained in:
Chonlasith Jucksriporn 2020-08-28 10:57:43 +07:00 committed by GitHub
parent a9cea68bf7
commit d6f80e8cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
FROM node:alpine
WORKDIR /src/
COPY ./themes/conventional-commits /src/
RUN apk add python make g++
RUN npm rebuild node-sass
RUN npm install
RUN npm run build