Skip to content

Commit

Permalink
Fix dockerfile name (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 authored Nov 8, 2024
1 parent 8cb579d commit 1e45248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ build: ## Builds the binary locally into ./dist

.PHONY: build-docker
build-docker: ## Builds a docker image with the node binary
docker build -t cdk-data-availability -f ./Dockerfile .
docker build -t xlayer-data-availability -f ./Dockerfile .

.PHONY: build-docker-nc
build-docker-nc: ## Builds a docker image with the node binary - but without build cache
docker build --no-cache=true -t cdk-data-availability -f ./Dockerfile .
docker build --no-cache=true -t xlayer-data-availability -f ./Dockerfile .

.PHONY: install-linter
install-linter: ## Installs the linter
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
depends_on:
cdk-data-availability-db:
condition: service_healthy
image: cdk-data-availability
image: xlayer-data-availability
deploy:
resources:
limits:
Expand Down

0 comments on commit 1e45248

Please sign in to comment.