diff --git a/stepup/README.md b/stepup/README.md index 52decdf..b5ecbc8 100644 --- a/stepup/README.md +++ b/stepup/README.md @@ -36,7 +36,6 @@ You can then bring up the containers using docker compose: Initialise the middelware database: ``` docker compose exec middleware /var/www/html/bin/console doctrine:migrations:migrate --env=prod --em=deploy -```text docker-compose up -d ```