We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95ac07 commit e1e5bf3Copy full SHA for e1e5bf3
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
restart: always
7
volumes:
8
# Create a binding mount between the source directory on the host and the container's source code directory.
9
- # 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
10
- .:/pypandoc/
11
# This is just to keep the container running. It will allow us to use docker compose exec to go inside the container.
12
command: tail -F ./anything
0 commit comments