try pandoc/core

This commit is contained in:
lingdocs 2022-02-10 02:30:14 +04:00
parent 7f69f86c06
commit 1339e3686f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN npm run build
# Production image, copy all the files and run next
# or pandoc/core
FROM pandoc/minimal:alpine AS runner
FROM pandoc/core AS runner
RUN apk add nodejs npm
WORKDIR /app