From 2f32816e500791df33e56edc50a329ef181f3fa7 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 18 Mar 2021 13:58:44 -0600 Subject: Updating code snippet to use bash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3