From 54293c892a07258f70ffdfa3a2e6972925872133 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 10 Feb 2022 02:45:51 +0400 Subject: [PATCH] pandoc not working yet in docker --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dfb6159..39ccd2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,9 @@ COPY . . RUN npm run build # Production image, copy all the files and run next -# or pandoc/core -FROM pandoc/core AS runner +# or pandoc/core@alpine +# FROM pandoc/core AS runner +FROM alpine:latest AS runner RUN apk add nodejs npm WORKDIR /app