fix: Use Marp configuration files

This commit is contained in:
Glenn Y. Rolland 2022-08-18 10:55:58 +02:00
parent 854fbd7502
commit 9df6e9911f

View file

@ -28,6 +28,7 @@ RUN curl -sSL -o /usr/local/bin/yq \
&& chmod +x /usr/local/bin/yq
COPY . /app
COPY .marp /app/.marp
WORKDIR /app
ENV LANG=C.UTF-8 \