From 4c2e2ebaaa37dcb4e185501a4f276e2e675993da Mon Sep 17 00:00:00 2001 From: wswoodruff Date: Wed, 12 May 2021 09:58:14 -0400 Subject: [PATCH] Update DOCKER.md --- DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER.md b/DOCKER.md index 48f26f8..f4f2bb2 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -10,7 +10,7 @@ to create different Docker images depending on the environment the images will be running in, while ensuring best practices are followed to keep image size low and create a security sandbox if you are running a server. -We are using Docker Compose to define `web` and `test` services. The `web` wervice uses +We are using Docker Compose to define `web` and `test` services. The `web` service uses the `release` Dockerfile stage, and the `test` service uses the `test` Dockerfile stage. ### `docker-compose.yml` Services