Change default Python location. Update build instructions. Add container build instructions

This commit is contained in:
jude
2023-05-08 17:04:51 +01:00
parent 98191d29ee
commit 734a39a001
4 changed files with 25 additions and 23 deletions

View File

@ -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"]
]