try pandoc/core
This commit is contained in:
parent
7f69f86c06
commit
1339e3686f
|
@ -15,7 +15,7 @@ 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
|
||||||
FROM pandoc/minimal:alpine AS runner
|
FROM pandoc/core AS runner
|
||||||
RUN apk add nodejs npm
|
RUN apk add nodejs npm
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue