Skip to content

Commit

Permalink
Merge pull request #50 from Kuadrant/fix-dev-env
Browse files Browse the repository at this point in the history
use docker compose instead of docker-compose
  • Loading branch information
eguzki authored Mar 25, 2024
2 parents f4e38b2 + 3210ab9 commit 336d967
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 336d967

Please sign in to comment.