Skip to content

Commit

Permalink
Update README.md for adjusted Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
katporks authored Nov 28, 2023
1 parent 260ebda commit 6e4ebc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Dependencies are specified in the `pyproject.toml`, and the exact versions of th
Ensure you have the superuser credentials you want in your .env.dev file prior to running `make build-dev`.
The Makefile provides several commands for building and running the project:

- `make build-dev`: Builds and starts the Docker images for the development environment.
- `make up-dev`: Starts the Docker containers for the development environment.
- `make down-dev`: Stops the Docker containers for the development environment.
- `make build`: Builds and starts the Docker images for the development environment.
- `make up`: Starts the Docker containers for the development environment.
- `make down`: Stops the Docker containers for the development environment.
- `make build-prod`: Builds the Docker images for the production environment.
- `make up-prod`: Starts the Docker containers for the production environment.
- `make down-prod`: Stops the Docker containers for the production environment.
Expand Down

0 comments on commit 6e4ebc6

Please sign in to comment.