commit 7d0cd05e492510dd832b35d271e66424102b2458 Author: Zhao Zuohong <1040110848@qq.com> Date: Thu Aug 18 21:04:21 2022 +0800 ✨ Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ebdb0d5 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM pandoc/minimal:latest-alpine +RUN apk add --no-cache nodejs npm +WORKDIR /data