diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-01 21:21:09 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-01 21:21:09 -0400 |
commit | 8fe5df39d97ef851d11931fcf7e906ec08838ef7 (patch) | |
tree | a3529134ae4fadb634e6b236f7792b0d719bec97 /scripts | |
parent | 49626523342d35d567b5e95dccbdddc06436549d (diff) |
Improve make-archive.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-archive.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make-archive.sh b/scripts/make-archive.sh index 2518f020..0993092b 100755 --- a/scripts/make-archive.sh +++ b/scripts/make-archive.sh @@ -15,7 +15,8 @@ rm -rf $APP/data/*.sqlite \ $APP/Vagrantfile \ $APP/.*.yml \ $APP/README.markdown \ - $APP/docs + $APP/docs \ + $APP/Dockerfile sed -i.bak s/master/$VERSION/g $APP/app/constants.php && rm -f $APP/app/*.bak zip -r $APP-$VERSION.zip $APP |