Change default Python location. Update build instructions. Add container build instructions
This commit is contained in:
		@@ -41,7 +41,8 @@ maintainer-scripts = "debian"
 | 
			
		||||
assets = [
 | 
			
		||||
    ["target/release/reminder-rs", "usr/bin/reminder-rs", "755"],
 | 
			
		||||
    ["conf/default.env", "etc/reminder-rs/default.env", "600"],
 | 
			
		||||
#    ["web/static/", "var/www/reminder-rs/static", "755"],
 | 
			
		||||
    ["web/static/**/*", "var/www/reminder-rs/static", "755"],
 | 
			
		||||
    ["web/templates/**/*", "var/www/reminder-rs/templates", "755"],
 | 
			
		||||
#    ["nginx/reminder-rs", "etc/nginx/sites-available/reminder-rs", "755"]
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user