move common/docker to common/testcontainers/docker (#1323)

Co-authored-by: georgehao <haohongfan@gmail.com>
This commit is contained in:
Xin.Zh
2024-05-08 22:40:26 +08:00
committed by GitHub
parent 1c7c30c9ae
commit 612e66ebc2
12 changed files with 2 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ fmt: ## format the code
dev_docker: ## build docker images for development/testing usages
docker pull postgres
docker build -t scroll_l1geth ./common/docker/l1geth/
docker build -t scroll_l2geth ./common/docker/l2geth/
docker build -t scroll_l1geth ./common/testcontainers/docker/l1geth/
docker build -t scroll_l2geth ./common/testcontainers/docker/l2geth/
clean: ## Empty out the bin folder
@rm -rf build/bin