File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN go get -d github.com/tdewolff/minify/cmd/minify \
8
8
FROM starefossen /github -pages :177
9
9
10
10
# Get some utilities we need for post-build steps
11
- RUN apk update && apk add bash wget subversion gzip
11
+ RUN apk add -- no - cache bash wget subversion gzip
12
12
13
13
# Copy scripts used for static HTML post-processing.
14
14
COPY scripts /scripts
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ ONBUILD COPY --from=builder /site /usr/share/nginx/html
16
16
COPY nginx-overrides.conf /etc/nginx/conf.d/default.conf
17
17
18
18
# Start Nginx to serve the archive at / (which will redirect to the version-specific dir)
19
- CMD echo -e "Docker docs are viewable at:\nhttp://0.0.0.0:4000"; exec nginx -g 'daemon off;'
19
+ CMD echo -e "Docker docs are viewable at:\nhttp://0.0.0.0:4000"; exec nginx -g 'daemon off;'
You can’t perform that action at this time.
0 commit comments