mirror of
https://github.com/simon987/recipes.simon987.net.git
synced 2025-04-05 17:33:03 +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
|
||||
|
||||
FROM nginx:alpine
|
||||
FROM nginx:1.19-alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=build /site/public/ /www/
|
||||
|
Loading…
x
Reference in New Issue
Block a user