Modified the docker run command to mount the local volume to the container.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user