Skip to content

Commit

Permalink
docs: update workflow documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwu1227 committed Sep 17, 2024
1 parent 1a73659 commit f9d8f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
branches:
- main
paths:
- docs/**
- mkdocs.yml
- project/docs/**
- project/mkdocs.yml
- .github/workflows/deploy_docs.yml

permissions:
Expand Down
2 changes: 1 addition & 1 deletion project/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To build the images and run the containers in the background:
$ docker compose up --detach --build
```

Directories such as `app/`, `tests/`, `migrations/`, and the `pyproject.toml` file are mounted to the `web` service. This allows for automatically reloading of the application when changes are made to the code.
Directories such as `app/`, `tests/`, `migrations/`, and the `pyproject.toml` file are **bind-mounted** to their respective counterparts in the `web` service container. This setup allows for automatic reloading of the application when changes are made to the code during development.

To stop the containers without removing them:

Expand Down

0 comments on commit f9d8f30

Please sign in to comment.