Skip to content

Commit

Permalink
mention /app in README
Browse files Browse the repository at this point in the history
  • Loading branch information
anaoum committed Jul 25, 2022
1 parent 0770e7f commit 4ec80e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ The image is based on the [official Python 3 Docker image](https://hub.docker.co
To launch the Terraform CLI:

```bash
docker run -it -v ${PWD}:/workspace harrisonai/terraform:latest
docker run -it -v ${PWD}:/app harrisonai/terraform:latest
```

Note that `/app` is the default working directory.

## 📖 License
This project is licensed under [Apache License 2.0](https://raw.githubusercontent.com/harrison-ai/harrison-ai-terraform-docker/master/LICENSE)

0 comments on commit 4ec80e7

Please sign in to comment.