Fixed docker image

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
pull/456/head
Kang Huaishuai 2020-07-14 16:58:22 +08:00
parent c815720349
commit 61bda4b259
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:14.4.0-alpine
ENV TZ=Asia/Shanghai
@ -8,7 +8,7 @@ COPY book.json book.json
COPY docker-entrypoint.sh /usr/local/bin/
RUN apk add --no-cache \
RUN set -x && apk add --no-cache \
tzdata \
&& npm install -g gitbook-cli \
&& gitbook install \

View File

@ -1,6 +1,6 @@
# podman
[`podman`](https://github.com/containers/libpod) 是一个无守护程序与 docker 命令兼容的下一代 Linux 容器工具。
[`podman`](https://github.com/containers/podman) 是一个无守护程序与 docker 命令兼容的下一代 Linux 容器工具。
##