mirror of
https://github.com/simon987/recipes.simon987.net.git
synced 2025-04-06 09:53:02 +00:00
Change nginx version
This commit is contained in:
parent
c02baa5418
commit
55a5c5d809
@ -4,7 +4,7 @@ ADD . /site/
|
|||||||
|
|
||||||
RUN cd /site/ && hugo --minify -b https://recipes.simon987.net
|
RUN cd /site/ && hugo --minify -b https://recipes.simon987.net
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:1.19-alpine
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY --from=build /site/public/ /www/
|
COPY --from=build /site/public/ /www/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user