mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user