Skip to content

Commit f7ee8af

Browse files
committed
makefile docker helpers commands
1 parent 498e0cf commit f7ee8af

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/targetinsights/
12
/target/
23
/tmp/*
34
/.nrepl-history

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ repl:
66

77
bash:
88
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

Comments
 (0)