We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a7eff commit e29032bCopy full SHA for e29032b
1 file changed
README.md
@@ -20,9 +20,9 @@ You'll need to have [`docker`](https://docs.docker.com/install/) and [`docker-co
20
21
#### RUN
22
23
-Build the frontend:
+Pull the images:
24
25
- docker-compose -f docker-compose-prod.yml build
+ docker-compose -f docker-compose-prod.yml pull
26
27
Migrate the database:
28
@@ -63,8 +63,8 @@ The following variables can be configured in .env file:
63
REACT_APP_SENTRY_DSN=https://foo.ingest.sentry.io/bar
64
65
66
-#### Build Process and Debug
+#### Contributing
67
68
-See the /doc folder for more informations
+See the /doc folder for more informations on how to run a debug version of this app.
69
70
0 commit comments