Skip to content

Commit

Permalink
fix dockerfile refernce in build image script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Chai committed Jan 18, 2017
1 parent 1cc0010 commit 489e09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_image_master.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

docker build -f Dockerfile.prod -t bigbluebutton/greenlight:master .
docker build -t bigbluebutton/greenlight:master .

docker login -e [email protected] -u $DOCKER_USER -p $DOCKER_PASS
docker push bigbluebutton/greenlight:master
Expand Down

0 comments on commit 489e09c

Please sign in to comment.