Created
May 10, 2016 19:31
-
-
Save swade1987/f82da658c9acc30c5c0557d3d8cc5768 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: build push | |
build: | |
docker build -t swade1987/find_your_mp . | |
push: | |
docker push swade1987/find_your_mp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment