From e610e92dd0c8d81771004c7c86369155ee1bb355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Gusm=C3=A3o?= Date: Thu, 18 Apr 2024 00:10:23 -0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 011f466..2dccd5d 100644 --- a/README.md +++ b/README.md @@ -136,12 +136,12 @@ Make shure you have these requirements on your local machine: - GCP service account for dbt|storage|bigquery ### Steps -1. Clone this repository +1. Clone this repository: ```bash git clone https://github.com/arthurfg/brazilian-reits.git ``` -2. Go to the repo +2. Go to the repo: ```bash cd ``` @@ -155,12 +155,12 @@ Replace the values of the variables with their respective values and load the en source .env ``` -4. Go to terraform directory +4. Go to terraform directory: ```bash cd terraform ``` -5. Run the terraform commands +5. Run the terraform commands: ```bash terraform plan ``` @@ -172,4 +172,9 @@ terraform apply ```bash cd .. touch dbt-service-account.json +``` +7. Build the Docker image: +```bash +docker build -t brazilian-reits-image . +```