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 | 90df2d999c0fd3153ad697b1b49161106b007b43 (patch) | |
tree | cc403ee5984c3387b4c5d5628f6cc631778213b0 /docker/crupest-nginx | |
parent | 9e3603bf1935e26d775487d84b7d48fdc995e345 (diff) | |
download | crupest-90df2d999c0fd3153ad697b1b49161106b007b43.tar.gz crupest-90df2d999c0fd3153ad697b1b49161106b007b43.tar.bz2 crupest-90df2d999c0fd3153ad697b1b49161106b007b43.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 |