diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |