From 4ec80e7ca1d8640e067a9af2f420a01104f05b1d Mon Sep 17 00:00:00 2001 From: Andrew Naoum Date: Mon, 25 Jul 2022 17:33:22 +1000 Subject: [PATCH] mention /app in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index facf1e0..edb2753 100644 --- a/README.md +++ b/README.md @@ -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)