diff --git a/docs/installation/docker.md b/docs/installation/docker.md index f9050e8f716..0714be9f987 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -13,7 +13,7 @@ You will need the following things properly installed on your computer. * `cd open-event-frontend` * `cp .env.example .env` -* `docker-compose up --build -d` +* `docker-compose up -d` * Visit your app at [http://localhost:4200](http://localhost:4200)