Philip Korsholm 3 lat temu
rodzic
commit
bad98dc3b2
2 zmienionych plików z 6 dodań i 4 usunięć
  1. 4 2
      Dockerfile
  2. 2 2
      README.md

+ 4 - 2
Dockerfile

@@ -10,8 +10,10 @@ RUN apt-get update
 
 RUN apt-get install -y python
 
-RUN yarn global add @medusajs/medusa-cli
+RUN npm install -g npm@latest
 
-RUN yarn install
+RUN npm install -g @medusajs/medusa-cli@latest
+
+RUN npm install
 
 ENTRYPOINT ["./develop.sh"]

+ 2 - 2
README.md

@@ -32,7 +32,7 @@ This starter has minimal prerequisites and most of these will usually already be
 - [Install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
 - [Install SQLite](https://www.sqlite.org/download.html)
 
-## Setting up your store SQLite
+## Setting up your store
 
 - Install the Medusa CLI
   ```
@@ -51,7 +51,7 @@ This starter has minimal prerequisites and most of these will usually already be
 
 Your local Medusa server is now running on port **9000**.
 
-## Setting up your store with docker and postgres
+## Setting up your store with Docker
 
 - Install the Medusa CLI
   ```