Skip to content

Commit

Permalink
chore: remove not needed Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Dec 10, 2024
1 parent c8c17bd commit 105db2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
21 changes: 0 additions & 21 deletions Dockerfile.dev

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GO ?= go
GOLANGCI_LINT ?= golangci-lint
GOLANGCI_LINT_VERSION ?= v1.61.0
BEEKEEPER_IMAGE ?= ethersphere/beekeeper:latest
COMMIT ?= "$(shell git describe --long --dirty --always --match "" || true)"
LDFLAGS ?= -s -w -X github.com/ethersphere/beekeeper.commit=$(COMMIT)

Expand Down Expand Up @@ -51,13 +50,4 @@ clean:
$(GO) clean
rm -rf dist/

.PHONY: docker-build
docker-build: binary
@echo "Build flags: $(LDFLAGS)"
mkdir -p ./tmp
cp ./dist/beekeeper ./tmp/beekeeper
docker build -f Dockerfile.dev -t $(BEEKEEPER_IMAGE) .
rm -rf ./tmp
@echo "Docker image: $(BEEKEEPER_IMAGE)"

FORCE:

0 comments on commit 105db2a

Please sign in to comment.