Skip to content

Commit

Permalink
Fix a minor typo (#390)
Browse files Browse the repository at this point in the history
This was found using the `typos` and `codespell` tools.
  • Loading branch information
kurtmckee authored Jan 29, 2025
1 parent f95ac07 commit e1e5bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
restart: always
volumes:
# Create a binding mount between the source directory on the host and the container's source code directory.
# This means that any updated code will be transfered to the running container
# This means that any updated code will be transferred to the running container
- .:/pypandoc/
# This is just to keep the container running. It will allow us to use docker compose exec to go inside the container.
command: tail -F ./anything

0 comments on commit e1e5bf3

Please # to comment.