corona-zahlen-landkreis / corona_landkreis_fallzahlen_scraping

Scraping Germany's local districts websites for newer corona-case-numbers!
GNU General Public License v3.0
17 stars 9 forks source link

Fix Makefile run target #68

Open dasmur opened 4 years ago

dasmur commented 4 years ago

The current run target does not properly spawn a subshell which results in an "invalid mount config" when docker run tries to inteprates the --volume parameter. Hence, this commit prevents make from trying to expand the string to a variable in the first place. (fixes: corona-zahlen-landkreis/corona_landkreis_fallzahlen_scraping#67)

It also declares both targets as .PHONY to prevents issues in the case of the creation of files with the same names.