We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498e0cf commit f7ee8afCopy full SHA for f7ee8af
.gitignore
@@ -1,3 +1,4 @@
1
+/targetinsights/
2
/target/
3
/tmp/*
4
/.nrepl-history
Makefile
@@ -6,3 +6,9 @@ repl:
6
7
bash:
8
docker-compose run --rm --entrypoint /bin/bash app
9
+
10
+build:
11
+ docker build -t keboola/ex-facebook-insights .
12
13
+run:
14
+ docker run --rm -i -t -v $${PWD}/tmp:/data keboola/ex-facebook-insights
0 commit comments