From 8fe5df39d97ef851d11931fcf7e906ec08838ef7 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 1 Nov 2014 21:21:09 -0400 Subject: Improve make-archive.sh --- scripts/make-archive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3