Added .dockerignore and removed unneededd build.txt

This commit is contained in:
2019-05-03 16:41:42 +01:00
parent 1e11f4f000
commit d552720642
2 changed files with 3 additions and 1 deletions

3
.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
.gitlab-ci.yml
docker-compose.yml
Dockerfile

View File

@@ -1 +0,0 @@
docker build --build-arg VERSION=1.0.0 --build-arg COMMIT=a569955 -t fluttershub:1.0.1 .