Skip to content

Commit

Permalink
Updated to add a few steps (#4)
Browse files Browse the repository at this point in the history
* Updated to add a few steps

I tried running it into my own system and was having difficulty with a few steps like running the docker build command without moving into the folder. I tried to add a few steps.
like git clone and moving into folder
  • Loading branch information
hithisisat authored Oct 18, 2022
1 parent 3660d7b commit 8caaeef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ jobs:

## Development

Clone the repo by running the following command:

```
git clone https://github.com/aservo/docker-terragrunt.git
```

Move to the folder containing DockerFile:

```
cd docker-terragrunt
```

Build image:

```
Expand Down

0 comments on commit 8caaeef

Please sign in to comment.