Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswessels committed Jan 27, 2016
1 parent 7d5a29b commit 8b8d627
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Change log

### 1.0.1 (2015-10-04)

- Updated README and quickstart `.dockerignore` to include `packages/*/.npm*`. Thanks @dperetti.

Bundles:

- Node.js 0.10.40
- Tupperbuild 1.0.0
- Quickstart 0.1.2
- PhantomJS 1.9.8 (optional)
- ImageMagick 8:6.7.7.10-5+deb7u3 (optional)

### 1.0.0 (2015-10-04)

- Improved image cleanup tactics. Images should be slightly smaller.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ You'll also need to create a `.dockerignore` file in your Meteor project directo

.meteor/local
packages/*/.build*
packages/*/.npm*

This file instructs Docker not to copy build artifacts into the image as these will be rebuilt anyway.

Expand Down
3 changes: 2 additions & 1 deletion quickstart.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

QUICKSTART_VERSION="0.1.1"
QUICKSTART_VERSION="0.1.2"
PWD=`pwd`

# Defaults
Expand Down Expand Up @@ -45,6 +45,7 @@ EOF
cat <<EOF > ./.dockerignore
.meteor/local
packages/*/.build*
packages/*/.npm*
EOF

echo "\n] Success"
Expand Down

0 comments on commit 8b8d627

Please sign in to comment.