mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-03 14:32:29 +00:00
@@ -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 \
|
||||
|
Reference in New Issue
Block a user