Skip to content

Commit

Permalink
Merge pull request #20 from celestiaorg/rp/docker-build-command
Browse files Browse the repository at this point in the history
build: make docker-build
  • Loading branch information
rootulp authored Nov 16, 2023
2 parents d45a1e1 + a13b69e commit f4af0a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ lint:
build:
@echo "--> Building the binary and saving in bin/supply-server"
@go build -o bin/supply-server

## docker-build: Build a docker image. Requires docker to be installed.
docker-build:
@echo "--> Building the docker image"
@docker build . --tag "celestiaorg/supply:latest"

0 comments on commit f4af0a8

Please sign in to comment.