Merge pull request #398 from vincent99/master

Pull on build
This commit is contained in:
Westly Wright
2018-07-05 16:55:04 -07:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ pipeline:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -f Dockerfile.prod .
- docker build --pull -f Dockerfile.prod .
when:
event: [pull_request]