Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swade1987/f82da658c9acc30c5c0557d3d8cc5768 to your computer and use it in GitHub Desktop.
Save swade1987/f82da658c9acc30c5c0557d3d8cc5768 to your computer and use it in GitHub Desktop.
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