Skip to content

Commit

Permalink
docs(project): not use make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Sep 1, 2024
1 parent 985136a commit 506ef86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

```bash
# Start production services
make deploy-prod
docker-compose -f ./docker-compose.yml up

# Stop production services
# make down-prod
# docker-compose -f ./docker-compose.yml down
```

0 comments on commit 506ef86

Please sign in to comment.