Skip to content

Commit

Permalink
Makefile improvements
Browse files Browse the repository at this point in the history
Add docker-build target in Makefile
Create .dockerignore file
  • Loading branch information
migueleliasweb committed Sep 17, 2018
1 parent 1843f71 commit 691941d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dockerignore
@@ -0,0 +1,4 @@
CHANGELOG.md
CONTRIBUTING.md
Makefile
README.md
5 changes: 4 additions & 1 deletion Makefile
@@ -1,5 +1,8 @@
init:
pip3 install -r requirements_dev.txt

test:
docker-build:
docker build -t gimme-aws-creds .

test: docker-build
nosetests -vv tests

0 comments on commit 691941d

Please sign in to comment.