Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
ci: fix makefile docker image build (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Sep 21, 2023
1 parent 65313ff commit e0fe84d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: mod

build-docker:
@echo "--> Building Docker image"
$(DOCKER) build -t celestiaorg/orchestrator-relayer -f docker/Dockerfile .
@$(DOCKER) build -t celestiaorg/orchestrator-relayer -f Dockerfile .
.PHONY: build-docker

lint:
Expand Down
1 change: 0 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e


echo "Starting Celestia QGB with command:"
echo "$@"
echo ""
Expand Down

0 comments on commit e0fe84d

Please sign in to comment.