yegle / fava-docker

A Dockerfile for beancount-fava
MIT License
91 stars 45 forks source link

Docker desktop #46

Open psartek opened 2 weeks ago

psartek commented 2 weeks ago

Hello, congratulations for your work! I am new to using Docker, I installed the fava image from docker but I have an error when I launch the image, I have this error and I do not know how to modify the file to correct this error despite the right number of hours spent reading the docker and fava docs

2024-06-11 14:10:28 Usage: fava [OPTIONS] [FILENAMES]... 2024-06-11 14:10:28 Try 'fava --help' for help. 2024-06-11 14:10:28 2024-06-11 14:10:28 Error: No file specified

Chethan34 commented 2 weeks ago

Hey psartek,

I would suggest trying volume mounting:

command : docker run -v <hostpath:containerpath>