aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-29 12:24:47 +0800
committercrupest <crupest@outlook.com>2022-11-29 12:24:47 +0800
commitd171df1c5f71509c172fef4f8508e66c922554c9 (patch)
treecc403ee5984c3387b4c5d5628f6cc631778213b0 /docker/crupest-nginx
parent4486ef93f49a55cb359bc9967b13cf1588633059 (diff)
downloadcrupest-d171df1c5f71509c172fef4f8508e66c922554c9.tar.gz
crupest-d171df1c5f71509c172fef4f8508e66c922554c9.tar.bz2
crupest-d171df1c5f71509c172fef4f8508e66c922554c9.zip
Move to alpine. Fix #6.
Diffstat (limited to 'docker/crupest-nginx')
-rw-r--r--docker/crupest-nginx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile
index cf08ee5..046031b 100644
--- a/docker/crupest-nginx/Dockerfile
+++ b/docker/crupest-nginx/Dockerfile
@@ -12,6 +12,6 @@ RUN git clone https://github.com/crupest/blog.git && cd blog && git submodule up
WORKDIR /blog
RUN hugo
-FROM nginx:latest
+FROM nginx:mainline-alpine
COPY --from=build-www /sites/www/dist /srv/www
COPY --from=build-blog /blog/public /srv/blog