Skip to content

Commit

Permalink
Merge pull request #98 from wswoodruff/flavor-docker
Browse files Browse the repository at this point in the history
Update DOCKER.md
  • Loading branch information
devinivy authored May 12, 2021
2 parents 26c35ca + 4c2e2eb commit d1b4fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1b4fda

Please sign in to comment.