aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-18 13:58:44 -0600
committerCody Hiar <cody@hiar.ca>2021-03-18 13:58:44 -0600
commit2f32816e500791df33e56edc50a329ef181f3fa7 (patch)
treefe3794ccc33530e90b808d5887578482781a4989
parentcbc2827e55e9ad2e8f13087ab6317d9d5ab11475 (diff)
Updating code snippet to use bash
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f2794b..7e384f4 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ that includes a preset `docker-compose.yml` with a simple `Dockerfile` and a
`Makefile` that will automate controlling the container. The following commands
work out of the box.
-```
+```bash
make build # Build your `docker_user/proj_name` image
make up # Spin up your container and forwards port 8000 by default and mounts local file
make enter # Open a bash terminal in the container