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

ci: fix makefile docker image build #484

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading