|
@@ -66,7 +66,7 @@ To seed your medusa store run the following command:
|
|
medusa seed -f ./data/seed.json
|
|
medusa seed -f ./data/seed.json
|
|
```
|
|
```
|
|
|
|
|
|
-This command seeds your database with some sample datal to get you started, including a store, an administrator account, a region and a product with variants. What the data looks like precisely you can see in the `./data/seed.json` file.
|
|
|
|
|
|
+This command seeds your database with some sample data to get you started, including a store, an administrator account, a region and a product with variants. What the data looks like precisely you can see in the `./data/seed.json` file.
|
|
|
|
|
|
## Setting up your store with Docker
|
|
## Setting up your store with Docker
|
|
|
|
|
|
@@ -95,7 +95,7 @@ This command seeds your database with some sample datal to get you started, incl
|
|
|
|
|
|
- Run your project
|
|
- Run your project
|
|
|
|
|
|
- When running your project the first time `docker compose` should be run with the `build` flag to build your contianer locally:
|
|
|
|
|
|
+ When running your project the first time `docker compose` should be run with the `build` flag to build your container locally:
|
|
|
|
|
|
```
|
|
```
|
|
docker compose up --build
|
|
docker compose up --build
|