Skip to content

Commit

Permalink
add docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Aug 28, 2021
1 parent 1f6c62e commit b800465
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-push.sh
Original file line number Diff line number Diff line change
@@ -0,0 1,7 @@
#!/bin/bash
set -e

npm i
docker build -t graphql-registry .
docker image tag graphql-registry:latest starptech/graphql-registry:latest
docker push starptech/graphql-registry:latest

0 comments on commit b800465

Please sign in to comment.