Skip to content

Commit

Permalink
build: make docker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 16, 2023
1 parent d45a1e1 commit a13b69e
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 a13b69e

Please sign in to comment.