chore: Upgrade nginx

This commit is contained in:
Simon 2021-04-12 17:20:43 +02:00
parent c97ff649ce
commit f3a5dc56fa
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.weko.io/nginx-lowtech:0.0.5 FROM registry.weko.io/nginx-lowtech:0.0.8
# Copie des sources du site # Copie des sources du site
COPY public /usr/share/nginx/html COPY public /usr/share/nginx/html

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"start": "hugo server -D", "start": "hugo server -D",
"serve": "(cd public && python3 -m http.server 8080)", "serve": "(cd public && python3 -m http.server 8080)",
"build": "rm -rf public && hugo -D --minify && node themes/hugo-theme-lowtech/scripts/typo && purgecss --css public/css/*.css --content public/index.html --output public/css/ && DATE=`date +\"%Y0101\"` && find public -exec touch -d $DATE {} +", "build": "rm -rf public && hugo -D --minify && node themes/hugo-theme-lowtech/scripts/typo && purgecss --css public/css/*.css --content public/index.html --output public/css/ && DATE=`date +\"%Y0101\"`",
"favicon": "convert static/icon.png -resize 32x32 -colors 16 \\( -clone 0 -resize 16x16 -extent 16x16 \\) \\( -clone 0 -resize 32x32 -extent 32x32 \\) -delete 0 static/favicon.ico", "favicon": "convert static/icon.png -resize 32x32 -colors 16 \\( -clone 0 -resize 16x16 -extent 16x16 \\) \\( -clone 0 -resize 32x32 -extent 32x32 \\) -delete 0 static/favicon.ico",
"svgo": "svgo */**.svg", "svgo": "svgo */**.svg",
"deploy": "docker-compose up -d --build", "deploy": "docker-compose up -d --build",