mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2025-08-23 06:18:38 +00:00
fix(deps) add missing dependencies in Dockerfile (#293)
This commit is contained in:
parent
a9cea68bf7
commit
d6f80e8cac
@ -1,6 +1,7 @@
|
|||||||
FROM node:alpine
|
FROM node:alpine
|
||||||
WORKDIR /src/
|
WORKDIR /src/
|
||||||
COPY ./themes/conventional-commits /src/
|
COPY ./themes/conventional-commits /src/
|
||||||
|
RUN apk add python make g++
|
||||||
RUN npm rebuild node-sass
|
RUN npm rebuild node-sass
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user