Skip to content

Commit

Permalink
Improve docker make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
recombinationgroup authored and Gunnar Busch committed Feb 19, 2021
1 parent 753cf73 commit 25f6242
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ public
target
test
testData.sql
*.md
*.md
.git
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ docker-build-only:
DOCKER_BUILDKIT=1 sbt docker

docker-push:
DOCKER_BUILDKIT=1 sbt docker dockerPush
DOCKER_BUILDKIT=1 sbt dockerPush

docker-build-and-push:
DOCKER_BUILDKIT=1 sbt dockerBuildAndPush

docker-run:
@docker-compose up

0 comments on commit 25f6242

Please sign in to comment.