Skip to content

Commit

Permalink
feature: add pictures fetcher make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Aug 12, 2018
1 parent a088395 commit 49491ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
an-data-fetcher:
docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_open_data_fetcher -- -c Config.toml

an-data-fetcher :
docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_open_data_fetcher -- -c Config.toml
an-pics-fetcher :
docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_photos_fetcher -- -c Config.toml -v

0 comments on commit 49491ea

Please sign in to comment.