Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Jul 27, 2024
1 parent b379aef commit 00bd6ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4602,10 +4602,10 @@ Let us quickly go through the components of the project:

2. **Docker Environment**:

- **Dockerfile**: The Dockerfile specifies the Docker image and environment
- `Dockerfile`: The Dockerfile specifies the Docker image and environment
setup for the API. It ensures that the application runs in a consistent
environment across different machines.
- **docker-compose.yml**: This file configures the services required for the
- `docker-compose.yml`: This file configures the services required for the
project, including the API, Redis, and worker instances. Docker Compose
simplifies the process of managing multiple containers, ensuring they are
correctly built and started in the right order. A simple
Expand Down
4 changes: 2 additions & 2 deletions building_an_optimization_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ Let us quickly go through the components of the project:

2. **Docker Environment**:

- **Dockerfile**: The Dockerfile specifies the Docker image and environment
- `Dockerfile`: The Dockerfile specifies the Docker image and environment
setup for the API. It ensures that the application runs in a consistent
environment across different machines.
- **docker-compose.yml**: This file configures the services required for the
- `docker-compose.yml`: This file configures the services required for the
project, including the API, Redis, and worker instances. Docker Compose
simplifies the process of managing multiple containers, ensuring they are
correctly built and started in the right order. A simple
Expand Down

0 comments on commit 00bd6ca

Please sign in to comment.