Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

`docker-compose` commands to be updated to `docker compose` #13

Closed kbennett2000 closed 10 months ago

kbennett2000 commented 10 months ago

The format of the docker compose command has changed.

Currently the package.json files in the demo and demo/contract folders still use the old format, and require the user to manually update both files.

dckc commented 10 months ago

Didn't I fix that already? Oh. Nope:

https://github.com/agoric-labs/dapp-game-places/blob/fc079d6ec8efc079f06a856b5e5ff49225d2d8cd/package.json#L17-L19

dckc commented 10 months ago

For ref:

Version one of the Docker Compose command-line binary was first released in 2014. It was written in Python, and is invoked with docker-compose. Version two of the Docker Compose command-line binary was announced in 2020, is written in Go, and is invoked with docker compose.

-- History and development of Docker Compose