Implement documentation setup and Docker configuration for LWC project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
FROM squidfunk/mkdocs-material
|
||||
RUN apk add --no-cache \
|
||||
cairo \
|
||||
pango \
|
||||
gdk-pixbuf \
|
||||
libffi \
|
||||
fontconfig \
|
||||
ttf-dejavu \
|
||||
gcc \
|
||||
g++ \
|
||||
musl-dev \
|
||||
python3-dev \
|
||||
&& pip install mkdocs-with-pdf \
|
||||
&& apk del --no-cache gcc g++ musl-dev python3-dev
|
||||
Reference in New Issue
Block a user