Compare commits

..

No commits in common. "11d7d96dff9cfe9293e96cf63f8899719036bc51" and "a49be109a653b8f445e60b917363591417e666ae" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@ name: build_lector
steps:
- name: build
image: buildah/buildah
image: docker:dind
privileged: true
commands:
- buildah build-using-dockerfile --format docker -t lector-docker .
- docker build -t lector .

1
.gitignore vendored
View File

@ -1,2 +1 @@
.idea
*.iml