Dockerfile

This commit is contained in:
Zhao Zuohong 2022-08-18 21:04:21 +08:00
commit 7d0cd05e49
1 changed files with 3 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM pandoc/minimal:latest-alpine
RUN apk add --no-cache nodejs npm
WORKDIR /data