Skip to content

Commit

Permalink
use docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Mar 21, 2024
1 parent f4e38b2 commit 3210ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ $(WASM_RELEASE_PATH): $(RUST_SOURCES)
make -C $(PROJECT_PATH) -f $(MKFILE_PATH) build

development: $(WASM_RELEASE_PATH)
docker-compose up
docker compose up

stop-development:
docker-compose down
docker compose down

# get-protoc will download zip from $2 and install it to $1.
define get-protoc
Expand Down

0 comments on commit 3210ab9

Please sign in to comment.