chore: Upgrade nginx
This commit is contained in:
		@@ -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
 | 
			
		||||
COPY public /usr/share/nginx/html
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "start": "hugo server -D",
 | 
			
		||||
    "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",
 | 
			
		||||
    "svgo": "svgo */**.svg",
 | 
			
		||||
    "deploy": "docker-compose up -d --build",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user