File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
script :
13
13
- mkdir output
14
14
- chmod 777 output
15
- - docker run -t -u opendps -v $(readlink -f .):/parent:ro -v $(readlink -f .)/output:/output opendps /parent/docker/build.sh
15
+ - docker run --rm - t -u opendps -v $(readlink -f .):/parent:ro -v $(readlink -f .)/output:/output opendps /parent/docker/build.sh
16
16
17
17
deploy :
18
18
provider : releases
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ docker build -t opendps_$PROJECT docker
14
14
mkdir -p output
15
15
chmod 777 output
16
16
17
- docker run -t -u opendps -v $( readlink -f .) :/parent:ro -v $( readlink -f .) /output:/output opendps_$PROJECT /parent/docker/build.sh " $@ "
17
+ docker run --rm - t -u opendps -v $( readlink -f .) :/parent:ro -v $( readlink -f .) /output:/output opendps_$PROJECT /parent/docker/build.sh " $@ "
You can’t perform that action at this time.
0 commit comments