pandoc not working yet in docker
This commit is contained in:
parent
1339e3686f
commit
54293c892a
|
@ -14,8 +14,9 @@ COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Production image, copy all the files and run next
|
# Production image, copy all the files and run next
|
||||||
# or pandoc/core
|
# or pandoc/core@alpine
|
||||||
FROM pandoc/core AS runner
|
# FROM pandoc/core AS runner
|
||||||
|
FROM alpine:latest AS runner
|
||||||
RUN apk add nodejs npm
|
RUN apk add nodejs npm
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue