Skip to content

Commit

Permalink
docs: Update 'docker compose down' command to specify --env-file
Browse files Browse the repository at this point in the history
  • Loading branch information
wkyoshida committed Mar 23, 2024
1 parent 6af2b85 commit f9dd4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ git remote add upstream https://github.com/activist-org/activist.git
# docker compose --env-file .env.dev up --build

# And to stop the containers when you're done working:
# docker compose down
# docker compose --env-file .env.dev down
```

5. You can visit <http://localhost:3000/> to see the development build once the container is up and running.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ git remote add upstream https://github.com/activist-org/activist.git
# docker compose --env-file .env.dev up --build

# And to stop the containers when you're done working:
# docker compose down
# docker compose --env-file .env.dev down
```

5. You can then visit <http://localhost:3000> to see the development frontend build once the container is up and running.
Expand Down

0 comments on commit f9dd4a4

Please sign in to comment.