Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Before you begin, make sure you have [Docker](https://docs.docker.com/engine/ins
cd devops-toolkit
```

3. **Navigate to the Repository:**
3. **Build the DevOps toolkit image:**

```bash
docker build -t devops-toolkit:latest .
```

4. **Run the Docker Image (Optional):**
4. **Run the toolkit Image:**

- Start container

Expand Down