Skip to content

Commit

Permalink
move Dockerfile to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Oct 20, 2023
1 parent 4514584 commit fabc307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONTAINER_NAME=allo
docker-all: docker-kill docker-build docker-run docker-deploy-contracts

docker-build:
docker build . -f ./docker/Dockerfile -t $(IMAGE_NAME) --no-cache --progress=plain
docker build . -t $(IMAGE_NAME) --no-cache --progress=plain

docker-run:
docker run --name $(CONTAINER_NAME) --rm -d -p 127.0.0.1:8545:8545/tcp $(IMAGE_NAME)
Expand Down

0 comments on commit fabc307

Please sign in to comment.