Build container on CI

This commit is contained in:
Jake Howard 2018-05-04 22:00:13 +01:00
parent a90feaffdf
commit 0d311ac19c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -15,3 +15,7 @@ jobs:
- run:
name: Run Tests
command: npm test
- setup_remote_docker
- run:
name: Build docker container
command: docker build .