Commit 07326009484ac2564e84e5adf237938322cdfdc3

Authored by Thanasis Naskos
1 parent 6db7cdb4f8

changing api to API in readme

Showing 1 changed file with 1 additions and 1 deletions

... ... @@ -10,7 +10,7 @@
10 10 docker-compose up
11 11 docker-compose exec api php artisan migrate:fresh --seed
12 12 ```
13   -This first docker command just creates an empty container to install the required api dependencies.
  13 +This first docker command just creates an empty container to install the required API dependencies.
14 14 The create_volumes script, creates the necessary folder structure and extracts the baseline elasticsearch index.
15 15 Finally, the last docker command creates and populates the database.
16 16