diff options
author | crupest <crupest@outlook.com> | 2022-11-29 12:24:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-29 12:24:47 +0800 |
commit | d171df1c5f71509c172fef4f8508e66c922554c9 (patch) | |
tree | cc403ee5984c3387b4c5d5628f6cc631778213b0 /docker/crupest-nginx | |
parent | 4486ef93f49a55cb359bc9967b13cf1588633059 (diff) | |
download | crupest-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/Dockerfile | 2 |
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 |