From fe3e32194c00fd2ae1ee3987bd25d377d17ea992 Mon Sep 17 00:00:00 2001 From: Per Guth Date: Mon, 23 Dec 2024 07:14:46 +0100 Subject: [PATCH] Add missing tick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3485c9af..4f5501ca 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Additionally, you should have `docker` and `docker-compose` installed on your sy ## Getting Started -To set up Medusa in a development environment with Docker, you should copy files `docker-compose.yml`, `docker-compose.override.yml, `backend/develop.sh`, and `backend/Dockerfile` to your Medusa project. +To set up Medusa in a development environment with Docker, you should copy files `docker-compose.yml`, `docker-compose.override.yml`, `backend/develop.sh`, and `backend/Dockerfile` to your Medusa project. Then build the images since they are not published on dockerhub. This is accomplished by adding the `--build` flag as shown below: