summaryrefslogtreecommitdiff
path: root/scripts/make-archive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-archive.sh')
-rwxr-xr-xscripts/make-archive.sh3
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