Modified the docker run command to mount the local volume to the container.

This commit is contained in:
Michael Bredel
2019-09-23 10:14:14 +02:00
parent 0727a51f53
commit 3db325a700

View File

@@ -8,4 +8,4 @@ services:
before_install:
- docker pull mbredel/thesis-template:latest
script:
- docker run mbredel/thesis-template:latest
- docker run --volume $(pwd):/thesis-template/ mbredel/thesis-template:latest