diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..65567bd --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +.gitlab-ci.yml +docker-compose.yml +Dockerfile \ No newline at end of file diff --git a/build.txt b/build.txt deleted file mode 100755 index aacf21c..0000000 --- a/build.txt +++ /dev/null @@ -1 +0,0 @@ -docker build --build-arg VERSION=1.0.0 --build-arg COMMIT=a569955 -t fluttershub:1.0.1 .