Docker build
This commit is contained in:
		
							parent
							
								
									548c495c27
								
							
						
					
					
						commit
						ab2b93ce82
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										3
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -29,7 +29,8 @@ undock:
 | 
			
		|||
	docker stop bloglocal
 | 
			
		||||
 | 
			
		||||
build:	
 | 
			
		||||
	docker build -t kianby/blog .	
 | 
			
		||||
	docker build -t source.madyanne.fr/yax/blog .	
 | 
			
		||||
	docker push source.madyanne.fr/yax/blog	
 | 
			
		||||
 | 
			
		||||
certs:
 | 
			
		||||
	mkdir -p ssl
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ cd /
 | 
			
		|||
rm -rf /blog
 | 
			
		||||
git clone https://codeberg.org/kianby/blog
 | 
			
		||||
cd /blog
 | 
			
		||||
uv python pin 3.12.8
 | 
			
		||||
uv python pin 3.12.9
 | 
			
		||||
uv sync
 | 
			
		||||
uv run python ./makesite.py
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ readme = "README.md"
 | 
			
		|||
authors = [
 | 
			
		||||
    { name = "Yax" }
 | 
			
		||||
]
 | 
			
		||||
requires-python = ">=3.12.8"
 | 
			
		||||
requires-python = ">=3.12.9"
 | 
			
		||||
dependencies = [
 | 
			
		||||
    "mistune>=3.0.2",
 | 
			
		||||
    "pygments>=2.18.0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue