CircleCI (#6)

* adding .circleci/config.yml
18.04
Tomohisa Kusano 7 years ago committed by GitHub
parent ef44089d0f
commit f210f3ab01

@ -0,0 +1,13 @@
version: 2
jobs:
build:
working_directory: /app
docker:
- image: docker:17.05.0-ce-git
steps:
- checkout
- setup_remote_docker
- run:
name: Build Docker image
command: |
docker build -t chrome .

@ -0,0 +1,2 @@
.git
.circleci
Loading…
Cancel
Save