diff --git a/.dockerignore b/.dockerignore index 319f0b8..97790be 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,4 @@ /images -/.git \ No newline at end of file +/.git +/last_version +/init_version diff --git a/.gitignore b/.gitignore index 187d362..5ebb6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /images +/last_version +/init_version diff --git a/build b/build index 8504bca..49f65da 100755 --- a/build +++ b/build @@ -22,7 +22,7 @@ if [ ! -f last_version ] then if [ ! -f init_version ] then - echo "init_version not found!" + echo "1000" > init_version exit fi cp init_version last_version diff --git a/last_version b/last_version deleted file mode 100644 index 73d9381..0000000 --- a/last_version +++ /dev/null @@ -1 +0,0 @@ -100056