Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Jun 1, 2017
1 parent a676467 commit 01144aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ IMAGE_NAME=${1:-"jshimko/meteor-launchpad"}

printf "\n[-] Building $IMAGE_NAME...\n\n"

docker build -t $IMAGE_NAME:base .
docker build -f dev.dockerfile -t $IMAGE_NAME:devbuild .
docker build -f prod.dockerfile -t $IMAGE_NAME:latest .
docker build -t $IMAGE_NAME:latest .

0 comments on commit 01144aa

Please sign in to comment.