pandoc not working yet in docker

This commit is contained in:
lingdocs 2022-02-10 02:45:51 +04:00
parent 1339e3686f
commit 54293c892a
1 changed files with 3 additions and 2 deletions

View File

@ -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