Skip to content

Commit

Permalink
Rename .env to .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Jul 15, 2024
1 parent 91147ec commit 2ce82c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
File renamed without changes.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ More information at [back-end](./back) and [front-end](./front) directories.
**Author:** Jean Loui Bernard Silva de Jesus

## Getting Started
The entire project has been built to run entirely on [Docker](https://www.docker.com/). Execute the command below to run the application:
```
docker-compose up
```
The entire project has been built to run entirely on [Docker](https://www.docker.com/).

You can also populate the application automatically with the command below:
Rename `.env.sample` to `.env` and execute the command below to run the application:
```
seed=true docker-compose up
docker-compose up
```
You can also populate the application automatically setting `seed=true` at `.env`.

0 comments on commit 2ce82c8

Please sign in to comment.