Skip to content

Commit

Permalink
Update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwarya9404 committed Oct 11, 2023
1 parent 42c8595 commit 92e8087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ GO111MODULE := on
all: docker-build-proto

docker-build-proto:
docker build . -t px-api:1
docker run --rm -v ${PWD}:/go/portworx/px-backup-api px-api:1 /bin/bash -c "make proto pretest"
docker build . -t px-backup-api-build
docker run --rm -v ${PWD}:/go/portworx/px-backup-api px-backup-api-build /bin/bash -c "make proto pretest"

start-build-container:
docker run --rm -it -v ${PWD}:/go/portworx/px-backup-api px-api:1 /bin/bash
docker run --rm -it -v ${PWD}:/go/portworx/px-backup-api px-backup-api-build /bin/bash

proto:
$(PROTOC) -I/usr/local/include -I. \
Expand Down

0 comments on commit 92e8087

Please sign in to comment.