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

pull/3/head
Michael Bredel 6 years ago
parent 0727a51f53
commit 3db325a700
  1. 2
      .travis.yml

@ -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

Loading…
Cancel
Save