mover docker context

This commit is contained in:
Oliver Gorwits
2018-01-11 18:50:35 +00:00
parent 85040009a5
commit b9de076f58
4 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -11,5 +11,6 @@ MANIFEST.*
*.komodo* *.komodo*
Makefile* Makefile*
Build Build
!docker/hooks/*
_build _build
blib blib

View File

@@ -73,4 +73,4 @@ logs/.*
.github .github
.travis .travis
README.md README.md
Dockerfile docker

2
docker/hooks/build Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker build --build-arg TAG=$SOURCE_BRANCH -t $IMAGE_NAME