Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 40e70cc

Browse files
authored
Merge pull request #89 from dimasch/patch-1
Fixed migrate command for variants A/B
2 parents 0266b63 + 47365ea commit 40e70cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Product catalog is imported using [elasticdump](https://www.npmjs.com/package/el
4848

4949
Then, to update the structures in the database to the latest version (data migrations), do the following:
5050

51-
- (A) `docker exec -it vuestorefrontapi_app_1 yarn migrate`
52-
- (B) `yarn migrate`
51+
- (A) `yarn migrate`
52+
- (B) `docker exec -it vuestorefrontapi_app_1 yarn migrate`
5353

5454
By default, the application server is started in development mode. It means that code auto reload is enabled along with ESLint, babel support.
5555

0 commit comments

Comments
 (0)