Skip to content

Commit e29032b

Browse files
Update README
1 parent 53a7eff commit e29032b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ You'll need to have [`docker`](https://docs.docker.com/install/) and [`docker-co
2020

2121
#### RUN
2222

23-
Build the frontend:
23+
Pull the images:
2424

25-
docker-compose -f docker-compose-prod.yml build
25+
docker-compose -f docker-compose-prod.yml pull
2626

2727
Migrate the database:
2828

@@ -63,8 +63,8 @@ The following variables can be configured in .env file:
6363
REACT_APP_SENTRY_DSN=https://foo.ingest.sentry.io/bar
6464

6565

66-
#### Build Process and Debug
66+
#### Contributing
6767

68-
See the /doc folder for more informations
68+
See the /doc folder for more informations on how to run a debug version of this app.
6969

7070

0 commit comments

Comments
 (0)