initial
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
hbr 2021-04-16 10:40:59 +02:00
commit 71b210da64
3 changed files with 14 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: build_lector
steps:
- name: build
image: docker:dind
commands:
- docker build -t lector .

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM python
RUN pip install Lektor