Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Sep 8, 2023
1 parent efc179b commit 1fa6ac7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ build: ## Build example command lines.
$(GO) build -o ./bin/goptuna -ldflags "$(LDFLAGS)" cmd/main.go
./_examples/build.sh

.PHONY: build-dashboard
build-dashboard: ## Build dashboard and bundle it.
docker build -t c-bata/goptuna-dashboard ./dashboard
docker run -it --rm c-bata/goptuna-dashboard

.PHONY: help
help: ## Show help text
@echo "Commands:"
Expand Down

0 comments on commit 1fa6ac7

Please sign in to comment.