From 1339e3686fb6a66bdfacdb12a8727d8f03f5337e Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:30:14 +0400 Subject: [PATCH] try pandoc/core --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5dcf878..dfb6159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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