Fix darktable docker install

and print version of executable workers on startup
This commit is contained in:
viktorstrate
2021-03-03 13:32:44 +01:00
parent cc3f8a3aa4
commit c18759e6db
5 changed files with 89 additions and 41 deletions

View File

@@ -27,6 +27,8 @@ import (
func main() {
log.Println("Starting Photoview...")
if err := godotenv.Load(); err != nil {
log.Println("No .env file found")
}